{ "compilerOptions": { "target": "ES2022", "lib": ["ES2023", "DOM", "DOM.Iterable"], "module": "ESNext", "moduleResolution": "bundler", "jsx": "react-jsx", "types": [], "strict": true, "noEmit": true, "skipLibCheck": true, "verbatimModuleSyntax": true, "forceConsistentCasingInFileNames": true }, "include": ["client", "shared"] }