chore: package.json add type field (#9765)

* chore: `package.json` add type field

* chore: add type field to every package.json

* chore: add type field to every package.json

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
This commit is contained in:
btea
2025-07-20 09:21:46 +08:00
committed by GitHub
parent e734480acc
commit 4a8243a00d
167 changed files with 167 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"type": "commonjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {