tsconfig.test.json 281 B

123456789
  1. {
  2. "extends": "../../tsconfig.json",
  3. "compilerOptions": {
  4. "jsx": "react-jsx",
  5. "types": ["jest", "@testing-library/jest-dom", "node"]
  6. },
  7. "include": ["**/*.test.ts", "**/*.test.tsx", "**/*.spec.ts", "**/*.spec.tsx", "setup.ts"],
  8. "exclude": ["node_modules", "dist"]
  9. }