tsconfig.json 228 B

123456789101112
  1. {
  2. "extends": "../tsconfig.json",
  3. "compilerOptions": {
  4. "useUnknownInCatchVariables": false,
  5. "module": "ESNext",
  6. "allowSyntheticDefaultImports": true,
  7. "moduleResolution": "node",
  8. "strict": true,
  9. "rootDir": "./"
  10. }
  11. }