{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "jsx": "react-jsx", "declaration": true, "outDir": "./lib/types", "rootDir": "./src", "strict": false, "skipLibCheck": true, "esModuleInterop": true }, "include": ["src/**/*"] }