add default tern_config.

This commit is contained in:
2014-10-29 03:52:53 -07:00
parent 1448dc5950
commit 2313b22996
2 changed files with 13 additions and 1 deletions

12
dotfiles/tern_config Normal file
View File

@@ -0,0 +1,12 @@
{
"libs": [
"browser",
"jquery"
],
"plugins": {
"requirejs": {
"baseURL": "./",
"paths": {}
}
}
}