9 lines
160 B
JSON
9 lines
160 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out-tsc/app",
|
|
"types": []
|
|
},
|
|
"exclude": ["test.ts", "**/*.spec.ts"]
|
|
}
|