tsconfig.json 286 B

12345678910111213
  1. {
  2. "compilerOptions": {
  3. "target": "ESNext",
  4. "moduleResolution": "Node",
  5. "module": "ESNext",
  6. "outDir": "dist",
  7. "declaration": true,
  8. "strict": true,
  9. "skipLibCheck": true,
  10. "useUnknownInCatchVariables": false,
  11. "allowSyntheticDefaultImports": true
  12. }
  13. }