Replies: 1 comment
|
ArkType is ESM-only, no CommonJS build exists. Checking the published package directly confirms it: For NestJS specifically, that matters because Nest's default compiler output is CommonJS. You have two realistic options:
For a NestJS project already on CJS, dynamic |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
which framework better for validate data with arkType?
All reactions