Skip to content

Instantly share code, notes, and snippets.

@supersonictw
Created August 18, 2025 06:02
Show Gist options
  • Save supersonictw/719f58e3fd8d63fd30793f38ace82cc1 to your computer and use it in GitHub Desktop.
Save supersonictw/719f58e3fd8d63fd30793f38ace82cc1 to your computer and use it in GitHub Desktop.
Vue's jsconfig.json
{
"allowJs": true,
"compilerOptions": {
"lib": ["es6"],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"types": ["vite-plugin-vue-layouts/client"]
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment