| 123456789101112 |
- {
- "extends": "../../tsconfig.json",
- "include": ["src"],
- "exclude": ["node_modules", "**/*.test.ts", "dist"],
- "compilerOptions": {
- "baseUrl": "src",
- "jsx": "preserve",
- "lib": ["dom", "esnext"],
- "module": "esnext",
- "outDir": "./dist/types"
- }
- }
|