tsconfig.json 168 B

12345678
  1. {
  2. "extends": "../tsconfig.json",
  3. "compilerOptions": {
  4. "isolatedDeclarations": false,
  5. "allowJs": true
  6. },
  7. "include": ["./**/*", "../../packages/*/src"]
  8. }