Skip to content

Commit ee02894

Browse files
committed
Update dependencies
Mainly to fix all issues listed in npm audit
1 parent 8d5caf0 commit ee02894

File tree

5 files changed

+13126
-7099
lines changed

5 files changed

+13126
-7099
lines changed

jsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "ES6"
3+
"target": "ES6",
4+
"moduleResolution": "node"
45
},
56
"exclude": ["node_modules"]
67
}

0 commit comments

Comments
 (0)