diff --git a/.tern-project b/.tern-project index 3245a609c..a7a55ab0c 100644 --- a/.tern-project +++ b/.tern-project @@ -3,12 +3,9 @@ "libs": [ "browser" ], - "loadEagerly": [ - "path/to/your/js/**/*.js" - ], + "loadEagerly": [], "dontLoad": [ - "node_modules/**", - "path/to/your/js/**/*.js" + "node_modules/**" ], "plugins": { "modules": {}, diff --git a/launch.json b/launch.json deleted file mode 100644 index 6a9ed413a..000000000 --- a/launch.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "type": "node", - "request": "attach", - "name": "Attach", - "port": 9229 - } - ] -} \ No newline at end of file