Created
November 5, 2021 11:43
-
-
Save smorcuend/251b3d68e8b07dd5d0243e91afe203d8 to your computer and use it in GitHub Desktop.
jsconfig.json example for nuxt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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