Created
June 20, 2017 16:45
-
-
Save jki127/8c83244c1745258f013d69cd03d85d33 to your computer and use it in GitHub Desktop.
Jayson's Tern Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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