Skip to content

Instantly share code, notes, and snippets.

@oomusou
Created February 18, 2019 06:43
Show Gist options
  • Save oomusou/5b2c4047c59c87502fd2feacf7ec2195 to your computer and use it in GitHub Desktop.
Save oomusou/5b2c4047c59c87502fd2feacf7ec2195 to your computer and use it in GitHub Desktop.
{
"include": [
"./src/**/*"
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment