Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
adding "types": ["node"],

Signed-off-by: Øx <35565671+krypt0x@users.noreply.github.com>
  • Loading branch information
krypt0x authored Jul 23, 2024
1 parent ad64905 commit 646d9ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"module": "AMD",
"target": "es5",
"lib": ["ES5","DOM", "es2015"],
"types": ["node"],
"sourceMap": true,
"moduleResolution": "node",
"strict":true,
Expand Down

0 comments on commit 646d9ed

Please sign in to comment.