We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lib
1 parent 9147242 commit 32e5dc0Copy full SHA for 32e5dc0
tsconfig.base.json
@@ -2,6 +2,7 @@
2
"compilerOptions": {
3
"composite": true,
4
"exactOptionalPropertyTypes": true,
5
+ "lib": ["es2023"],
6
"module": "node16",
7
"noPropertyAccessFromIndexSignature": true,
8
"noUncheckedIndexedAccess": true,
0 commit comments