Skip to content

Instantly share code, notes, and snippets.

@futurist
Created May 17, 2018 07:43
Show Gist options
  • Save futurist/6fd12fb40ec517e5bce65518f8f387bc to your computer and use it in GitHub Desktop.
Save futurist/6fd12fb40ec517e5bce65518f8f387bc to your computer and use it in GitHub Desktop.
VSCode config file for ./src as modules
{
"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