micro-front-end
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.

38 lines
948 B

  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. "noImplicitReturns": true,
  10. "noFallthroughCasesInSwitch": true,
  11. "sourceMap": true,
  12. "declaration": false,
  13. "downlevelIteration": true,
  14. "experimentalDecorators": true,
  15. "moduleResolution": "node",
  16. "importHelpers": true,
  17. "target": "es2017",
  18. "paths": {
  19. "my-shared": [
  20. "../shell/dist/my-shared"
  21. ],
  22. "my-shared/*": [
  23. "../shell/dist/my-shared/*"
  24. ]
  25. },
  26. "module": "es2020",
  27. "lib": [
  28. "es2018",
  29. "dom"
  30. ]
  31. },
  32. "angularCompilerOptions": {
  33. "enableI18nLegacyMessageIdFormat": false,
  34. "strictInjectionParameters": true,
  35. "strictInputAccessModifiers": true,
  36. "strictTemplates": true
  37. }
  38. }