16 lines
341 B
JSON
16 lines
341 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"removeComments": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"target": "es2017",
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"rootDir": "../../",
|
|
"incremental": false
|
|
},
|
|
"include": ["src"]
|
|
}
|