source: bus-n-go-pavel-216049/bus-n-go-frontend/tsconfig.app.json@ baf4cc4

Last change on this file since baf4cc4 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: 456 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/app",
7 "types": []
8 },
9 "files": [
10 "src/window-global-fix.ts",
11 "src/main.ts"
12 ],
13 "include": [
14 "src/**/*.d.ts"
15 ]
16}
Note: See TracBrowser for help on using the repository browser.