Skip to content

Commit 387a773

Browse files
committed
chore: remove comment
1 parent be3cd7e commit 387a773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"lib": ["ESNext"],
77
"strict": true,
88
"noEmit": true,
9-
"types": ["node"] // <-- this enables `process` types
9+
"types": ["node"]
1010
},
1111
"include": [
1212
".vitepress/**/*.ts",

0 commit comments

Comments
 (0)