dotfiles/dotfiles/tern_config

14 lines
150 B
Plaintext
Raw Normal View History

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