Skip to content

Instantly share code, notes, and snippets.

@whizkydee
Created October 30, 2019 11:16
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 whizkydee/776bb699467bb70d7846ae9a4a6c6cf9 to your computer and use it in GitHub Desktop.
Save whizkydee/776bb699467bb70d7846ae9a4a6c6cf9 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "esnext",
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment