control-center/tsconfig.spec.json

10 lines
265 B
JSON
Raw Permalink Normal View History

2023-06-21 11:21:04 +00:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
2020-04-09 09:53:00 +00:00
{
"extends": "./tsconfig.json",
2020-04-09 09:53:00 +00:00
"compilerOptions": {
"outDir": "./out-tsc/spec",
2023-06-21 11:21:04 +00:00
"types": ["jasmine"]
2020-04-09 09:53:00 +00:00
},
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
}