From bc4ecdc791a130f7a9540e35be4e0841c8c087b6 Mon Sep 17 00:00:00 2001 From: Yash-Singh1 Date: Tue, 10 May 2022 17:09:28 -0700 Subject: [PATCH] fix: config files at root --- .tern-project | 7 ++----- launch.json | 11 ----------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 launch.json 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