{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "Bundler", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "jsx": "react-jsx", "outDir": "dist", "types": ["react", "react-dom"] }, "include": ["src/**/*", "tests/**/*"] }