Skip to content

Instantly share code, notes, and snippets.

@smorcuend
Created November 5, 2021 11:43
Show Gist options
  • Save smorcuend/251b3d68e8b07dd5d0243e91afe203d8 to your computer and use it in GitHub Desktop.
Save smorcuend/251b3d68e8b07dd5d0243e91afe203d8 to your computer and use it in GitHub Desktop.
jsconfig.json example for nuxt
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./*"],
"@/*": ["./*"],
"~~/*": ["./*"],
"@@/*": ["./*"]
}
},
"exclude": ["node_modules", ".nuxt", "dist"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment