9 lines
162 B
JSON
9 lines
162 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "../build",
|
|
"composite": true
|
|
},
|
|
"include": ["./**/*"]
|
|
} |