{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "Bundler", "lib": ["ES2022", "DOM", "DOM.Iterable"], "jsx": "react-jsx", "jsxImportSource": "preact", "baseUrl": ".", "paths": { "@/*": ["src/*"], "@shared/*": ["../shared/*"] }, "strict": true, "noEmit": true, "isolatedModules": true, "skipLibCheck": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "types": ["vite/client"] }, "include": ["src/**/*", "../shared/**/*", "vite.config.ts"] }