| { | |
| "compilerOptions": { | |
| "esModuleInterop": true, | |
| "isolatedModules": true, | |
| "jsx": "react-jsx", | |
| "lib": ["ES2022", "DOM", "DOM.Iterable"], | |
| "target": "ES2022", | |
| "module": "esnext", | |
| "moduleResolution": "node", | |
| "noEmit": true, | |
| "noImplicitAny": true, | |
| "noImplicitReturns": false, | |
| "noImplicitThis": true, | |
| "noUnusedLocals": true, | |
| "noUnusedParameters": true, | |
| "skipLibCheck": false, | |
| "strict": true, | |
| "allowJs": true, | |
| "composite": true, | |
| "declarationMap": true | |
| }, | |
| "include": ["./packages/*/index.d.ts"] | |
| } | |