Advertisement
Guest User

Untitled

a guest
Dec 16th, 2021
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 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. "noPropertyAccessFromIndexSignature": true,
  11. "noImplicitReturns": true,
  12. "noFallthroughCasesInSwitch": true,
  13. "sourceMap": true,
  14. "declaration": false,
  15. "types": [
  16. "index.d.ts"
  17. ],
  18. "downlevelIteration": true,
  19. "experimentalDecorators": true,
  20. "moduleResolution": "node",
  21. "importHelpers": true,
  22. "target": "es2017",
  23. "module": "es2020",
  24. "lib": [
  25. "es2020",
  26. "dom"
  27. ]
  28. },
  29. "angularCompilerOptions": {
  30. "enableI18nLegacyMessageIdFormat": false,
  31. "strictInjectionParameters": true,
  32. "strictInputAccessModifiers": true,
  33. "strictTemplates": true
  34. }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement