Skip to content

Instantly share code, notes, and snippets.

@michaelnagy
Last active April 9, 2018 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelnagy/4077e97b82fac89bf8316652417b316d to your computer and use it in GitHub Desktop.
Save michaelnagy/4077e97b82fac89bf8316652417b316d to your computer and use it in GitHub Desktop.
Jsconfig.json file for VSCode with styled-components support
{
"compilerOptions": {
"plugins": [
{
"name": "typescript-styled-plugin"
}
],
"baseUrl": "./",
"paths": {
"app/*": ["src/*"]
}
},
"exclude": ["node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment