Skip to content

Commit f98ae10

Browse files
authored
Merge pull request #629 from rajbos/fix/cli-tsconfig-node-types
fix: add node types to CLI tsconfig
2 parents e38d004 + 7f061b7 commit f98ae10

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)