tsconfig.app.json 294 B

12345678910111213141516
  1. /* To learn more about this file see: https://angular.io/config/tsconfig. */
  2. {
  3. "extends": "./tsconfig.json",
  4. "compilerOptions": {
  5. "outDir": "./out-tsc/app",
  6. "types": [
  7. "@angular/localize"
  8. ]
  9. },
  10. "files": [
  11. "src/main.ts"
  12. ],
  13. "include": [
  14. "src/**/*.d.ts"
  15. ]
  16. }