{ "compilerOptions": { "erasableSyntaxOnly": true, "allowImportingTsExtensions": true, "noUnusedLocals": true, "noUnusedParameters": true, "skipLibCheck": true, "verbatimModuleSyntax": true, "noEmit": true, "moduleResolution": "Bundler", "module": "ESNext", "target": "ESNext", "lib": ["ESNext", "DOM"], "types": ["vite/client", "@vitejs/plugin-rsc/types"], "jsx": "react-jsx" } }