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 af6b029 commit c185a72Copy full SHA for c185a72
3 files changed
e2e/typescript/commonjs/tsconfig.json
@@ -8,7 +8,10 @@
8
"module": "CommonJS",
9
"outDir": "./dist",
10
"target": "es2020",
11
- "strict": true
+ "strict": true,
12
+ "types": [
13
+ "node"
14
+ ]
15
},
16
"include": ["index.cts"],
17
"exclude": ["./index.cjs"],
e2e/typescript/esm--node-next/tsconfig.json
@@ -9,7 +9,10 @@
"moduleResolution": "NodeNext",
"include": ["index.ts"],
18
"exclude": ["./index.mjs"],
e2e/typescript/esm/tsconfig.json
"moduleResolution": "Node16",
"include": ["./index.mts"],
0 commit comments