tsconfig.default_app.json 145 B

12345678910
  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "rootDir": "default_app"
  5. },
  6. "include": [
  7. "default_app",
  8. "typings"
  9. ]
  10. }