Skip to content

Commit ef36a6b

Browse files
authored
revert changes to 25.0.0
1 parent e710f25 commit ef36a6b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,9 @@ const config = createConfig({
8585
- Supported Node.js versions: `^20.19.0 || ^22.12.0 || ^24.0.0`;
8686
- The framework distribution is now ESM-only (finally);
8787
- All the Node.js versions listed above support `require(ESM)` syntax;
88-
- If facing TypeScript error `TS1479`:
89-
- switch your project to ESM by setting `"type": "module"` in `package.json`;
90-
- or change file extension to `.mts`;
91-
- or run your code using `tsx` or `vite-node` or similar tool;
88+
- If facing TypeScript error `TS1479`, ensure either:
89+
- using the [recommended tsconfig base for Node 20+](https://github.com/tsconfig/bases/blob/main/bases/node20.json);
90+
- or switching your project to ESM by setting `"type": "module"` in `package.json`;
9291
- Supported `zod` version: `^4.0.0`;
9392
- Compatibility with `zod@^3` is dropped;
9493
- You SHOULD now `import { z } from "zod"` without the `/v4` suffix;

0 commit comments

Comments
 (0)