Skip to content

Commit e35ccec

Browse files
committed
update tsconfig, auto import modules with node protocol needs DOM lib
1 parent df8d642 commit e35ccec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"forceConsistentCasingInFileNames": true,
1818

1919
// If your code doesn't require access to DOM APIs:
20-
"lib": ["ES2023"],
20+
"lib": ["ES2023", "DOM"],
2121

2222
// If transpiling with TypeScript:
2323
"module": "Node16",

0 commit comments

Comments
 (0)