13 lines
190 B
JSON
13 lines
190 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig",
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": ".",
|
||
|
|
"outDir": "build",
|
||
|
|
"rootDir": "src",
|
||
|
|
"removeComments": false
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"src/**/*"
|
||
|
|
]
|
||
|
|
}
|