Skip to content

Instantly share code, notes, and snippets.

@davidroyer
Created July 10, 2021 15:55
Show Gist options
  • Save davidroyer/af0962cedb511f0aacd23bfffe79448e to your computer and use it in GitHub Desktop.
Save davidroyer/af0962cedb511f0aacd23bfffe79448e to your computer and use it in GitHub Desktop.
Working Example
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
}
},
"exclude": ["node_modules", "dist"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment