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 956c95c commit 375e111Copy full SHA for 375e111
1 file changed
tsconfig.types.benchmark.json
@@ -1,16 +1,8 @@
1
{
2
"extends": "./tsconfig",
3
"compilerOptions": {
4
- "target": "es2022",
5
- "module": "nodenext",
6
- "lib": [
7
- "es2024",
8
- "ESNext.Array",
9
- "ESNext.Collection",
10
- "ESNext.Iterator",
11
- "dom"
12
- ],
13
- "moduleResolution": "node16"
+ "module": "es2022",
+ "moduleResolution": "bundler"
14
},
15
"include": [
16
"test/*.benchmark.mjs",
0 commit comments