Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
Signed-off-by: Øx <35565671+krypt0x@users.noreply.github.com>
  • Loading branch information
krypt0x authored Apr 26, 2024
1 parent 2c66994 commit 87be03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"module": "AMD",
"target": "es5",
"lib": ["ES5","DOM", "es2015"],
"types": "node",
"types": ["node"],
"sourceMap": true,
"moduleResolution": "node",
"strict":true,
Expand Down

0 comments on commit 87be03d

Please sign in to comment.