Skip to content

Instantly share code, notes, and snippets.

@DScheglov
Last active August 18, 2020 19:32
Show Gist options
  • Save DScheglov/a780dfe51303b845637a317cf08c204b to your computer and use it in GitHub Desktop.
Save DScheglov/a780dfe51303b845637a317cf08c204b to your computer and use it in GitHub Desktop.
/pages/jsconfig.json
{
"compilerOptions": {
"baseUrl": "..",
"paths": {
"@src/*": ["./src/*"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment