Skip to content

Instantly share code, notes, and snippets.

@minipai
Created February 15, 2018 20:17
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 minipai/90c09071047376ae3cec85c711d071e9 to your computer and use it in GitHub Desktop.
Save minipai/90c09071047376ae3cec85c711d071e9 to your computer and use it in GitHub Desktop.
jsconfig.json
{
"compilerOptions": {
"module": "commonjs",
"target": "ES6",
"baseUrl": "./",
"paths": {
"~/*": ["./*"]
}
},
"exclude": [
"node_modules"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment