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