Skip to content

Commit 32e5dc0

Browse files
committed
Set lib in tsconfig to exclude DOM types
1 parent 9147242 commit 32e5dc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"composite": true,
44
"exactOptionalPropertyTypes": true,
5+
"lib": ["es2023"],
56
"module": "node16",
67
"noPropertyAccessFromIndexSignature": true,
78
"noUncheckedIndexedAccess": true,

0 commit comments

Comments
 (0)