diff options
-rw-r--r-- | .tern-project | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.tern-project b/.tern-project new file mode 100644 index 0000000..5ddaf9d --- /dev/null +++ b/.tern-project @@ -0,0 +1,8 @@ +{ + "plugins": { + "node": {}, + "modules": {}, + "commonjs": {}, + "node_resolve": {} + } +} |