Created
June 22, 2018 22:41
-
-
Save BlackMix/1c484c7bf4d70cbd15a91ebfa59a7b16 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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