dotfiles/dotfiles/tern_config

12 lines
133 B
Plaintext
Raw Normal View History

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