Skip to content

Instantly share code, notes, and snippets.

@BlackMix
Created June 22, 2018 22:41
Show Gist options
  • Save BlackMix/1c484c7bf4d70cbd15a91ebfa59a7b16 to your computer and use it in GitHub Desktop.
Save BlackMix/1c484c7bf4d70cbd15a91ebfa59a7b16 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"target": "ES6",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"rootDirs": [
"src"
]
},
"path-intellisense.mappings": {
"@/*": "${workspaceRoot}/src/*"
},
"exclude": ["node_modules", "dist", "**/node_modules/*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment