Skip to content

Commit 54ca05a

Browse files
committed
chore(config): add node types to tsconfig
1 parent c5b50bb commit 54ca05a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"declarationMap": true,
1010
"sourceMap": true,
1111
"strict": true,
12+
"types": ["node"],
1213
"skipLibCheck": true,
1314
"esModuleInterop": true,
1415
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)