Skip to content

Commit c5b321d

Browse files
committed
fix: remove inquirer from types in tsconfig
1 parent 207d149 commit c5b321d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"lib": [
77
"ES2023"
88
] /* Specify a set of bundled library declaration files that describe the target runtime environment. */,
9-
"types": ["node", "inquirer"],
9+
"types": ["node"],
1010

1111
/* Modules */
1212
"module": "node20" /* Specify what module code is generated. */,

0 commit comments

Comments
 (0)