dotfiles/dotfiles/tern_config

14 lines
150 B
Plaintext
Raw Normal View History

2014-10-29 04:52:53 -06:00
{
"libs": [
"browser",
"jquery"
],
"plugins": {
2015-06-15 16:01:53 -06:00
"nodejs": {},
2014-10-29 04:52:53 -06:00
"requirejs": {
"baseURL": "./",
"paths": {}
}
}
2015-06-15 16:01:53 -06:00
}