Skip to content

Instantly share code, notes, and snippets.

@jeroentbt
Last active December 23, 2015 05:38
Show Gist options
  • Save jeroentbt/6588050 to your computer and use it in GitHub Desktop.
Save jeroentbt/6588050 to your computer and use it in GitHub Desktop.
snippet: .tern-project
{
"libs": [
"browser",
"underscore"
],
"plugins": {
"angular"
}
}
{
"libs": ["browser", "underscore", "jquery"],
"dontLoad": [".meteor"],
"loadEagerly": ["*.js","*/*.js","*/*/*.js","*/*/*/*.js"],
"plugins": {
"meteor": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment