super-productivity/src/tsconfig.spec.json
2021-09-26 13:35:05 +02:00

10 lines
248 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"outDir": "../out-tsc/spec",
"types": ["jasmine", "node"]
},
"files": ["test.ts", "polyfills.ts"],
"include": ["**/*.spec.ts"]
}