tsconfig.json 209 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "esModuleInterop": true,
  4. "rootDir": "../",
  5. "baseUrl": "../"
  6. },
  7. "extends": "../tsconfig",
  8. "include": ["../src", "./"],
  9. "exclude": ["../node_modules/", "../dist/"]
  10. }