| 123456789 |
- {
- "extends": "../../tsconfig.json",
- "compilerOptions": {
- "jsx": "react-jsx",
- "types": ["jest", "@testing-library/jest-dom", "node"]
- },
- "include": ["**/*.test.ts", "**/*.test.tsx", "**/*.spec.ts", "**/*.spec.tsx", "setup.ts"],
- "exclude": ["node_modules", "dist"]
- }
|