Advertisement
kopyl

Untitled

Mar 23rd, 2022
781
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.01 KB | None | 0 0
  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.     "noImplicitOverride": true,
  10.     "noImplicitAny": false,
  11.     "strictPropertyInitialization": false,
  12.     "noPropertyAccessFromIndexSignature": true,
  13.     "noImplicitReturns": true,
  14.     "noFallthroughCasesInSwitch": true,
  15.     "sourceMap": true,
  16.     "declaration": false,
  17.     "downlevelIteration": true,
  18.     "experimentalDecorators": true,
  19.     "moduleResolution": "node",
  20.     "importHelpers": true,
  21.     "target": "es2017",
  22.     "module": "es2020",
  23.     "lib": [
  24.       "es2020",
  25.       "dom"
  26.     ],
  27.     "paths": {
  28.         "@utils/*": ["src/app/utils/*"]
  29.     }
  30.   },
  31.   "angularCompilerOptions": {
  32.     "enableI18nLegacyMessageIdFormat": false,
  33.     "strictInjectionParameters": true,
  34.     "strictInputAccessModifiers": true,
  35.     "strictTemplates": true
  36.   }
  37. }
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement