{ "extends": "../tsconfig.base.json", "compilerOptions": { "jsx": "preserve", "jsxFactory": "h", "jsxFragmentFactory": "Fragment", "jsxImportSource": "vue", "lib": ["ESNext", "DOM", "DOM.Iterable"], "moduleResolution": "bundler", "allowImportingTsExtensions": true, "noEmit": true }, "include": ["vite-env.d.ts", "./**/*.ts", "./**/*.tsx", "./**/*.vue"] }