Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

35 lines
1.0KB

  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. "compileOnSave": false,
  5. "compilerOptions": {
  6. "outDir": "./dist/out-tsc",
  7. "strict": true,
  8. "noImplicitOverride": true,
  9. "noPropertyAccessFromIndexSignature": true,
  10. "noImplicitReturns": true,
  11. "noFallthroughCasesInSwitch": true,
  12. "skipLibCheck": true,
  13. "isolatedModules": true,
  14. "esModuleInterop": true,
  15. "sourceMap": true,
  16. "declaration": false,
  17. "experimentalDecorators": true,
  18. "moduleResolution": "bundler",
  19. "importHelpers": true,
  20. "target": "ES2022",
  21. "module": "ES2022",
  22. "lib": [
  23. "ES2022",
  24. "dom"
  25. ],
  26. "types": ["node"]
  27. },
  28. "angularCompilerOptions": {
  29. "enableI18nLegacyMessageIdFormat": false,
  30. "strictInjectionParameters": true,
  31. "strictInputAccessModifiers": true,
  32. "strictTemplates": true
  33. }
  34. }