tsconfig.json 207 B

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