fix: config files at root

This commit is contained in:
Yash-Singh1 2022-05-10 17:09:28 -07:00
parent bc58c8e03c
commit bc4ecdc791
2 changed files with 2 additions and 16 deletions

View File

@ -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": {},

View File

@ -1,11 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Attach",
"port": 9229
}
]
}