0
0
Fork 0
qnips-probeaufgabe/tsconfig.spec.json

11 lines
297 B
JSON
Raw Permalink Normal View History

2020-10-06 20:03:22 +00:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": ["jasmine"]
2020-10-06 20:03:22 +00:00
},
"files": ["src/test.ts", "src/polyfills.ts"],
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
2020-10-06 20:03:22 +00:00
}