control-center/tsconfig.spec.json

10 lines
246 B
JSON
Raw Permalink Normal View History

2020-04-09 09:53:00 +00:00
{
"extends": "./tsconfig.json",
2020-04-09 09:53:00 +00:00
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": ["jasmine", "node"]
},
"files": ["src/test.ts", "src/polyfills.ts"],
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
}