11 lines
239 B
JSON
11 lines
239 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmitOnError": true,
|
|
"sourceMap": false,
|
|
"incremental": true,
|
|
"tsBuildInfoFile": ".tsbuildinfo"
|
|
},
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
|
|
}
|