数据可视化大屏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 line
1.1KB

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