tsconfig.json 184 B

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