source: Farmatiko/wwwroot/e2e/tsconfig.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: 214 bytes
Line 
1{
2 "extends": "../tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../out-tsc/e2e",
5 "module": "commonjs",
6 "target": "es5",
7 "types": [
8 "jasmine",
9 "jasminewd2",
10 "node"
11 ]
12 }
13}
Note: See TracBrowser for help on using the repository browser.