tsconfig.json 204 B

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