Skip to content

Commit 7f061b7

Browse files
committed
fix: add node types to cli tsconfig to resolve console/process errors
1 parent e38d004 commit 7f061b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cli/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"moduleResolution": "bundler",
55
"target": "ES2022",
66
"lib": ["ES2022"],
7+
"types": ["node"],
78
"sourceMap": true,
89
"rootDir": "src",
910
"outDir": "dist",

0 commit comments

Comments
 (0)