16 lines
354 B
JSON
16 lines
354 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"declarationMap": true,
|
|
"noEmit": false,
|
|
"sourceMap": true,
|
|
"strictPropertyInitialization": false,
|
|
"strictFunctionTypes": false,
|
|
"useUnknownInCatchVariables": false,
|
|
"outDir": "./dist",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["dist"]
|
|
}
|