{ "compilerOptions": { "target": "ESNext", "lib": ["ES2021", "dom"], "types": ["node"], "allowJs": true, "skipLibCheck": true, "strict": true, "noEmit": true, "moduleResolution": "Bundler", "module": "ESNext", "isolatedModules": true, "jsx": "react-jsx" }, "include": ["./**/*"], "exclude": ["./_generated"] }