Skip to content

Instantly share code, notes, and snippets.

@motanelu
Created January 27, 2017 09:07
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 motanelu/5b1d4ce201c6209a5f058cc2ef8dfada to your computer and use it in GitHub Desktop.
Save motanelu/5b1d4ce201c6209a5f058cc2ef8dfada to your computer and use it in GitHub Desktop.
My ternjs configuration - one tern to rule them all
{
"libs": [
],
"loadEagerly": [
"src/*.js",
"test/*.js",
"node_modules/*.js"
],
"plugins": {
"modules": {},
"node": {},
"node_resolve": {},
"es_modules": {},
"complete_strings": {},
"commonjs": {},
"doc_comment": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment