18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"tsBuildInfoFile": "./dist/.tsbuildinfo",
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": false
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"test",
|
|
"**/*.spec.ts",
|
|
"**/*.test.ts",
|
|
"**/*.e2e-spec.ts"
|
|
]
|
|
}
|