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 04abbcb commit 82891c7Copy full SHA for 82891c7
typescript/packages/x402/package.json
@@ -3,7 +3,7 @@
3
"version": "0.6.1",
4
"main": "./dist/cjs/index.js",
5
"module": "./dist/esm/index.js",
6
- "types": "./dist/esm/index.d.ts",
+ "types": "./dist/cjs/index.d.ts",
7
"scripts": {
8
"start": "tsx --env-file=.env index.ts",
9
"build": "tsup",
0 commit comments