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.

tsconfig.app.json 210B

1234567891011121314
  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "outDir": "./out-tsc/app",
  5. "types": []
  6. },
  7. "files": [
  8. "src/main.ts",
  9. "src/polyfills.ts"
  10. ],
  11. "include": [
  12. "src/**/*.d.ts"
  13. ]
  14. }