Angular LMS app
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

tsconfig.app.json 210 B

5 年之前
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. }