From 7ba6cf3580d1c1edc06a92e628ca8e2afb60e17e Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 4 Feb 2018 01:12:30 -0500 Subject: [PATCH] Add tern config --- .tern-config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .tern-config 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": {} + } +}