Skip to content

Instantly share code, notes, and snippets.

@spelcaster
Last active November 27, 2017 15:35
Show Gist options
  • Save spelcaster/f4101c0e0e945e42595ea2cdb5c5e3e9 to your computer and use it in GitHub Desktop.
Save spelcaster/f4101c0e0e945e42595ea2cdb5c5e3e9 to your computer and use it in GitHub Desktop.
This is a default .tern-project file
{
"libs": [ "browser", "ecma6", "ecma5" ],
"loadEagerly": [],
"dontLoad": ["node_modules"],
"plugins": {
"angular": {},
"complete_strings": true,
"doc_comment": true,
"modules": true,
"node": true,
"node_require": true
}
}
{
"libs": [ "browser", "ecma6", "ecma5" ],
"loadEagerly": [],
"dontLoad": ["node_modules"],
"plugins": {
"webpack": {},
"es_modules": true,
"modules": true,
"node": true,
"node_require": true,
"complete_strings": true,
"doc_comment": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment