Skip to content

Instantly share code, notes, and snippets.

@mifas
Last active April 22, 2019 07:03
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 mifas/3a24bfbf4b837d20ebfa71469318c6f4 to your computer and use it in GitHub Desktop.
Save mifas/3a24bfbf4b837d20ebfa71469318c6f4 to your computer and use it in GitHub Desktop.
jsconfig.json
{
"compilerOptions": {
"target": "es6",
"module": "es6",
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"*": ["./src/*"]
}
},
"exclude": ["node_modules"],
"include": ["src/**/*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment