source: bus-n-go-pavel-216049/bus-n-go-frontend/tsconfig.spec.json@ bfb90dd

Last change on this file since bfb90dd was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 4 weeks ago

split group project and individual project into two separate folders

  • Property mode set to 100644
File size: 434 bytes
RevLine 
[baf4cc4]1/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
2/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
3{
4 "extends": "./tsconfig.json",
5 "compilerOptions": {
6 "outDir": "./out-tsc/spec",
7 "types": [
8 "jasmine"
9 ]
10 },
11 "include": [
12 "src/**/*.spec.ts",
13 "src/**/*.d.ts"
14 ]
15}
Note: See TracBrowser for help on using the repository browser.