tsconfig.app.json 455 B

1234567891011121314151617
  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. "extends": "./tsconfig.json",
  5. "compilerOptions": {
  6. "outDir": "./out-tsc/app",
  7. "types": [
  8. "@angular/localize"
  9. ]
  10. },
  11. "files": [
  12. "src/main.ts"
  13. ],
  14. "include": [
  15. "src/**/*.d.ts"
  16. ]
  17. }