tsconfig.json 244 B

123456789101112
  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. }
  12. }