chore(server-shared): remove fixed extension

This commit is contained in:
藍+85CD
2025-10-17 20:21:55 +08:00
parent 3e62a4ffd8
commit 6c452275bd
2 changed files with 4 additions and 5 deletions
+4 -4
View File
@@ -16,12 +16,12 @@
},
"exports": {
"./types": {
"types": "./dist/types/index.d.mts",
"default": "./dist/types/index.mjs"
"types": "./dist/types/index.d.ts",
"default": "./dist/types/index.js"
}
},
"main": "./dist/types/index.mjs",
"types": "./dist/types/index.d.mts",
"main": "./dist/types/index.js",
"types": "./dist/types/index.d.ts",
"files": [
"README.md",
"dist",