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.
1 parent 73c6b7a commit 76905b0Copy full SHA for 76905b0
tsconfig.json
@@ -5,7 +5,7 @@
5
"types": ["node", "jest"],
6
"skipLibCheck": true,
7
"module": "ESNext",
8
- "lib": ["ES2022"],
+ "lib": ["ES2022", "ESNext"],
9
"moduleResolution": "Node",
10
"rootDir": ".",
11
"outDir": "build",
0 commit comments