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 38a9871 commit 889a8d2Copy full SHA for 889a8d2
cases/dhi.ts
@@ -1,3 +1,4 @@
1
+// @ts-expect-error - dhi uses package.json exports which require moduleResolution: "bundler" or "node16"
2
import { z } from 'dhi/schema';
3
import { createCase } from '../benchmarks';
4
package.json
@@ -59,7 +59,7 @@
59
"computed-types": "1.11.2",
60
"csv-stringify": "6.6.0",
61
"decoders": "1.25.5",
62
- "dhi": "0.3.0",
+ "dhi": "0.4.3",
63
"fp-ts": "2.16.11",
64
"io-ts": "2.2.22",
65
"jet-schema": "1.4.3",
0 commit comments