Skip to content

Instantly share code, notes, and snippets.

@jki127
Created June 20, 2017 16:45
Show Gist options
  • Save jki127/8c83244c1745258f013d69cd03d85d33 to your computer and use it in GitHub Desktop.
Save jki127/8c83244c1745258f013d69cd03d85d33 to your computer and use it in GitHub Desktop.
Jayson's Tern Config
{
"libs": [
"browser",
"jquery",
"ecmascript",
"React",
"chai"
],
"plugins": {
"node": {},
"es_modules": {},
"webpack": {
"config": "./webpack.config.js"
}
},
"loadEagerly": [
"./javascripts/*.js"
],
"dontLoad": [
"./node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment