tsconfig.jest.json 150 B

123456789
  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "jsx": "react",
  5. "allowJs": true,
  6. "target": "es5",
  7. "module": "CommonJS"
  8. }
  9. }