Created
May 17, 2018 07:43
-
-
Save futurist/6fd12fb40ec517e5bce65518f8f387bc to your computer and use it in GitHub Desktop.
VSCode config file for ./src as modules
This file contains hidden or 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": { | |
"target": "ES6", | |
"module": "commonjs", | |
"allowSyntheticDefaultImports": true, | |
"baseUrl": "./src/", | |
"paths":{ | |
"components11/*": ["./src/components/*"] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment