tsconfig.json 122 B

1234567
  1. {
  2. "extends": "../../tsconfig.json",
  3. "compilerOptions": {
  4. "module": "CommonJS",
  5. "types": ["@types/jest"]
  6. }
  7. }