Skip to content

Commit 7096a19

Browse files
author
Abhinav Gautam
authored
Merge pull request #11 from Codebucket-Solutions/dev
added types node apparently
2 parents 5236e05 + 91fc6fc commit 7096a19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"outDir": "dist",
55
"module": "ESNext",
66
"allowJs": true,
7+
"types": ["node"],
78
"moduleResolution": "Node",
89
"esModuleInterop": true,
910
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)