|
@@ -11,7 +11,7 @@
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"type": "module",
|
|
"type": "module",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
- "build": "tsdown"
|
|
|
|
|
|
|
+ "build": "pnpm exec tsdown"
|
|
|
},
|
|
},
|
|
|
"files": [
|
|
"files": [
|
|
|
"dist",
|
|
"dist",
|
|
@@ -19,7 +19,7 @@
|
|
|
],
|
|
],
|
|
|
"main": "./dist/index.mjs",
|
|
"main": "./dist/index.mjs",
|
|
|
"module": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
|
- "types": "./dist/index.d.mts",
|
|
|
|
|
|
|
+ "types": "./dist/index.d.ts",
|
|
|
"exports": {
|
|
"exports": {
|
|
|
".": {
|
|
".": {
|
|
|
"types": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
"publishConfig": {
|
|
"publishConfig": {
|
|
|
"exports": {
|
|
"exports": {
|
|
|
".": {
|
|
".": {
|
|
|
- "types": "./dist/index.d.mts",
|
|
|
|
|
|
|
+ "types": "./dist/index.d.ts",
|
|
|
"default": "./dist/index.mjs"
|
|
"default": "./dist/index.mjs"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|