srumboard_frontend/tsconfig.spec.json

10 lines
228 B
JSON
Raw Permalink Normal View History

2020-06-01 13:12:11 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
2020-07-10 20:49:11 +00:00
"types": ["jasmine", "node"]
2020-06-01 13:12:11 +00:00
},
2020-07-10 20:49:11 +00:00
"files": ["src/test.ts", "src/polyfills.ts"],
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
2020-06-01 13:12:11 +00:00
}