diff --git a/.tern-project b/.tern-project new file mode 100644 index 0000000..8fd956b --- /dev/null +++ b/.tern-project @@ -0,0 +1,10 @@ +{ + "libs": [ + "browser", + "ecmascript" + ], + "plugins": { + "es_modules": {}, + "webpack": {} + } +}