10 lines
197 B
JSON
10 lines
197 B
JSON
|
{
|
||
|
"extends": "../../config/tsconfig.base.json",
|
||
|
"include": ["src"],
|
||
|
"exclude": ["node_modules", "dist", ".tsbuild*"],
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true,
|
||
|
"emitDeclarationOnly": false
|
||
|
}
|
||
|
}
|