dev
Rev | Line | |
---|
[e6a6d9a] | 1 | /* To learn more about this file see: https://angular.io/config/tsconfig. */
|
---|
| 2 | {
|
---|
| 3 | "compileOnSave": false,
|
---|
| 4 | "compilerOptions": {
|
---|
| 5 | "baseUrl": "./",
|
---|
| 6 | "outDir": "./dist/out-tsc",
|
---|
| 7 | "forceConsistentCasingInFileNames": true,
|
---|
| 8 | "strict": true,
|
---|
| 9 | "noImplicitReturns": true,
|
---|
| 10 | "noFallthroughCasesInSwitch": true,
|
---|
| 11 | "sourceMap": true,
|
---|
| 12 | "declaration": false,
|
---|
| 13 | "downlevelIteration": true,
|
---|
| 14 | "experimentalDecorators": true,
|
---|
| 15 | "moduleResolution": "node",
|
---|
| 16 | "importHelpers": true,
|
---|
| 17 | "target": "es2015",
|
---|
| 18 | "module": "es2020",
|
---|
| 19 | "lib": ["es2018", "dom"],
|
---|
| 20 | "paths": {
|
---|
| 21 | "@env/*": ["src/environments/*"]
|
---|
| 22 | }
|
---|
| 23 | },
|
---|
| 24 | "angularCompilerOptions": {
|
---|
| 25 | "strictInjectionParameters": true,
|
---|
| 26 | "strictInputAccessModifiers": true,
|
---|
| 27 | "strictTemplates": true
|
---|
| 28 | }
|
---|
| 29 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.