Skip to content

Instantly share code, notes, and snippets.

@felipepastorelima
Last active September 23, 2018 19:23
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 felipepastorelima/038ba7eaedfcba97d1ac7be39e324276 to your computer and use it in GitHub Desktop.
Save felipepastorelima/038ba7eaedfcba97d1ac7be39e324276 to your computer and use it in GitHub Desktop.
jsconfig.json
{
"compilerOptions": {
"module": "commonjs",
"target": "es2016",
"jsx": "preserve",
"checkJs": true,
"baseUrl": "./src"
},
"exclude": ["node_modules", "**/node_modules/*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment