Няма описание
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.

1234567891011121314151617181920212223242526272829303132
  1. /* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
  2. /* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
  3. {
  4. "compileOnSave": false,
  5. "compilerOptions": {
  6. "outDir": "./dist/out-tsc",
  7. "strict": true,
  8. "noImplicitOverride": true,
  9. "noPropertyAccessFromIndexSignature": true,
  10. "noImplicitReturns": true,
  11. "noFallthroughCasesInSwitch": true,
  12. "paths": {
  13. "base-core": [
  14. "./dist/base-core"
  15. ]
  16. },
  17. "skipLibCheck": true,
  18. "isolatedModules": true,
  19. "esModuleInterop": true,
  20. "experimentalDecorators": true,
  21. "moduleResolution": "bundler",
  22. "importHelpers": true,
  23. "target": "ES2022",
  24. "module": "ES2022"
  25. },
  26. "angularCompilerOptions": {
  27. "enableI18nLegacyMessageIdFormat": false,
  28. "strictInjectionParameters": true,
  29. "strictInputAccessModifiers": true,
  30. "strictTemplates": true
  31. }
  32. }