Skip to content

Commit 1370363

Browse files
authored
Merge pull request #41 from mkantor/no-dom-libs
Set `lib` in tsconfig to exclude DOM types
2 parents 9147242 + 32e5dc0 commit 1370363

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)