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.
2 parents 9147242 + 32e5dc0 commit 1370363Copy full SHA for 1370363
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