tsconfig.json 185 B

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