数据可视化大屏
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

50 satır
1.2KB

  1. /* To learn more about this file see: https://angular.io/config/tsconfig. */
  2. {
  3. "compileOnSave": false,
  4. "compilerOptions": {
  5. "outDir": "./dist/out-tsc",
  6. "forceConsistentCasingInFileNames": true,
  7. "strict": true,
  8. "noImplicitOverride": true,
  9. "noPropertyAccessFromIndexSignature": true,
  10. "noImplicitReturns": true,
  11. "noFallthroughCasesInSwitch": true,
  12. "skipLibCheck": true,
  13. "esModuleInterop": true,
  14. "sourceMap": true,
  15. "declaration": false,
  16. "experimentalDecorators": true,
  17. "moduleResolution": "node",
  18. "importHelpers": true,
  19. "target": "ES2022",
  20. "module": "ES2022",
  21. "useDefineForClassFields": false,
  22. "lib": [
  23. "ES2022",
  24. "dom"
  25. ],
  26. "allowSyntheticDefaultImports": true,
  27. "baseUrl": "./",
  28. "paths": {
  29. "@shared": [
  30. "src/app/shared/index"
  31. ],
  32. "@core": [
  33. "src/app/core/index"
  34. ],
  35. "@env/*": [
  36. "src/environments/*"
  37. ],
  38. "@_mock": [
  39. "_mock/index"
  40. ]
  41. }
  42. },
  43. "angularCompilerOptions": {
  44. "enableI18nLegacyMessageIdFormat": false,
  45. "strictInjectionParameters": true,
  46. "strictInputAccessModifiers": true,
  47. "strictTemplates": true
  48. }
  49. }