Skip to content

Commit

Permalink
Don't load node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-robitail committed Mar 18, 2019
1 parent 42bd65e commit bc0de1d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tern/.tern-project
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"baseURL": "./",
"paths": {}
}
}
},
"dontLoad": [
"node_modules/**"
]
}

0 comments on commit bc0de1d

Please sign in to comment.