| 123456789101112131415 |
- {
- "extends": "./tsconfig.json",
- "compilerOptions": {
- "module": "esnext",
- "jsx": "react",
- "noFallthroughCasesInSwitch": true,
- "noUnusedLocals": true,
- "noUnusedParameters": true,
- "strict": true
- },
- "exclude": [
- "node_modules",
- "**/*.test.ts"
- ]
- }
|