tsconfig.json 215 B

1234567891011121314
  1. {
  2. "compilerOptions": {
  3. "types": [
  4. "mocha",
  5. "chai"
  6. ],
  7. "typeRoots": [
  8. "./node_modules/@types"
  9. ],
  10. "module": "commonjs",
  11. "target": "esnext",
  12. "esModuleInterop": true,
  13. }
  14. }