Skip to content

Commit

Permalink
package config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lewixlabs committed Jul 21, 2024
1 parent 9f8259c commit 0b17105
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 53 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ node_modules
*.js
*.map
.DS_Store
package-lock.json
yarn.lock
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": ["<node_internals>/**"],
"program": "${workspaceFolder}/example.js"
}
]
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"sourceMap": true
"sourceMap": true,
"lib": ["es2015", "dom"],
}
}
52 changes: 0 additions & 52 deletions yarn.lock

This file was deleted.

0 comments on commit 0b17105

Please sign in to comment.