mirror of
https://github.com/imranismail/setup-kustomize.git
synced 2026-05-18 09:01:51 +00:00
8 lines
111 B
JSON
8 lines
111 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "build"
|
|
}
|
|
}
|