2
0

tsconfig.json 145 B

12345678910
  1. {
  2. "extends": "../../tsconfig.base",
  3. "compilerOptions": {
  4. "rootDir": "src",
  5. "outDir": "tsc"
  6. },
  7. "include": [
  8. "src/**/*"
  9. ]
  10. }