Hospital Management internal project. Build with Abp.io architecture.
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.

32 lines
712 B

3 weeks ago
  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. "sourceMap": true,
  8. "declaration": false,
  9. "downlevelIteration": true,
  10. "experimentalDecorators": true,
  11. "moduleResolution": "node",
  12. "importHelpers": true,
  13. "target": "ES2022",
  14. "module": "es2020",
  15. "lib": [
  16. "es2018",
  17. "dom"
  18. ],
  19. "paths": {
  20. "@proxy": [
  21. "src/app/proxy/index.ts"
  22. ],
  23. "@proxy/*": [
  24. "src/app/proxy/*"
  25. ]
  26. },
  27. "useDefineForClassFields": false
  28. },
  29. "angularCompilerOptions": {
  30. "enableI18nLegacyMessageIdFormat": false
  31. }
  32. }