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.

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