source: Farmatiko/wwwroot/tsconfig.spec.json@ b36a754

Last change on this file since b36a754 was b36a754, checked in by Your Name <you@…>, 4 years ago

Angular app created

  • Property mode set to 100644
File size: 270 bytes
Line 
1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "outDir": "./out-tsc/spec",
5 "types": [
6 "jasmine",
7 "node"
8 ]
9 },
10 "files": [
11 "src/test.ts",
12 "src/polyfills.ts"
13 ],
14 "include": [
15 "src/**/*.spec.ts",
16 "src/**/*.d.ts"
17 ]
18}
Note: See TracBrowser for help on using the repository browser.