数据可视化大屏
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 263B

1 anno fa
1234567891011121314
  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. },
  8. "files": [
  9. "src/main.ts"
  10. ],
  11. "include": [
  12. "src/**/*.d.ts"
  13. ]
  14. }