Skip to content

Instantly share code, notes, and snippets.

@ctsstc
Created March 15, 2020 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctsstc/5b2bc5eeec3d5eedd900401336ac91e9 to your computer and use it in GitHub Desktop.
Save ctsstc/5b2bc5eeec3d5eedd900401336ac91e9 to your computer and use it in GitHub Desktop.
Javascript: Fix @ import for Vue and others
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment