您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

40 行
1.0 KiB

  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": false,
  11. "noImplicitReturns": true,
  12. "noFallthroughCasesInSwitch": true,
  13. "skipLibCheck": true,
  14. "esModuleInterop": true,
  15. "sourceMap": true,
  16. "declaration": false,
  17. "downlevelIteration": true,
  18. "experimentalDecorators": true,
  19. "moduleResolution": "node",
  20. "importHelpers": true,
  21. "target": "ES2022",
  22. "module": "ES2022",
  23. "useDefineForClassFields": false,
  24. "lib": [
  25. "ES2022",
  26. "dom"
  27. ],
  28. "paths": {
  29. "@app/*": ["src/app/*"],
  30. "@environments/*": ["src/environments/*"]
  31. }
  32. },
  33. "angularCompilerOptions": {
  34. "enableI18nLegacyMessageIdFormat": false,
  35. "strictInjectionParameters": true,
  36. "strictInputAccessModifiers": true,
  37. "strictTemplates": true
  38. }
  39. }