kar-cw/tsconfig.spec.json

14 lines
264 B
JSON
Raw Normal View History

2024-03-29 18:35:55 +01:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
2024-03-29 18:35:55 +01:00
"compilerOptions": {
"outDir": "./out-tsc/spec",
2024-03-29 18:35:55 +01:00
"types": [
"jasmine"
]
},
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}