{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "lib": ["ES2022"], "moduleResolution": "bundler", "allowImportingTsExtensions": true, "noEmit": true, "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "allowSyntheticDefaultImports": true, "jsx": "react-jsx", "outDir": "./dist", "rootDir": "./src", }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }