tsconfig.json 207 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "types": ["mocha", "node"],
  4. "lib": ["es2020"],
  5. "module": "commonjs",
  6. "target": "es6",
  7. "esModuleInterop": true,
  8. "skipLibCheck": true,
  9. "strict": true
  10. }
  11. }