diff --git a/.tern-config b/.tern-config new file mode 100644 index 0000000..9c85c16 --- /dev/null +++ b/.tern-config @@ -0,0 +1,8 @@ +{ + "libs": [ + "browser" + ], + "plugins": { + "node": {} + } +}