{ "compilerOptions": { "allowImportingTsExtensions": true, "noEmit": true, "target": "ESNext", "module": "ESNext", "moduleResolution": "Bundler", "strict": true, "skipLibCheck": true, "lib": [ "ESNext", "DOM" ], "types": ["vite/client", "bun"], "jsx": "preserve", "jsxImportSource": "vue", "baseUrl": ".", "paths": { "@/*": ["./src/*"] } }, "include": [ "src/**/*.ts", "src/**/*.tsx", "src/**/*.vue" ] }