tsconfig.json 187 B

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