Last change
on this file since b738035 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
814 bytes
|
Rev | Line | |
---|
[6a3a178] | 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": "es2017",
|
---|
| 18 | "module": "es2020",
|
---|
| 19 | "lib": [
|
---|
| 20 | "es2018",
|
---|
| 21 | "dom"
|
---|
[ceaed42] | 22 | ],
|
---|
[59329aa] | 23 | "noImplicitAny": false,
|
---|
[6a3a178] | 24 | },
|
---|
| 25 | "angularCompilerOptions": {
|
---|
| 26 | "enableI18nLegacyMessageIdFormat": false,
|
---|
| 27 | "strictInjectionParameters": true,
|
---|
| 28 | "strictInputAccessModifiers": true,
|
---|
| 29 | "strictTemplates": true
|
---|
[fa375fe] | 30 | }
|
---|
[6a3a178] | 31 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.