13 lines
187 B
JSON
13 lines
187 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"incremental": true,
|
||
|
"noEmit": false
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"**/*.spec.ts",
|
||
|
"**/*.test.ts"
|
||
|
]
|
||
|
}
|