{ "extends": "@vue/tsconfig", "compilerOptions": { "moduleResolution": "Bundler", "outDir": "./js/", "lib": [ "DOM", "ESNext" ], "types": [ "vite/client" ], "noImplicitAny": true, "allowSyntheticDefaultImports": true, }, "vueCompilerOptions": { "target": 2.7, }, }