2
0

tsconfig.json 118 B

1234567
  1. {
  2. "extends": "../tsconfig.json",
  3. "compilerOptions": {
  4. "isolatedDeclarations": false
  5. },
  6. "include": ["."]
  7. }