6 lines
128 B
JSON
6 lines
128 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": { "outDir": "dist-build", "rootDir": "src" },
|
||
|
|
"include": ["src"]
|
||
|
|
}
|