tsconfig.test.json 116 B

1234567
  1. {
  2. "compilerOptions": {
  3. "module": "commonjs",
  4. "esModuleInterop": true
  5. },
  6. "extends": "./tsconfig.json"
  7. }