refactor: client-namespace projection file named client/types.ts (layout ruling)

This commit is contained in:
imccyu
2026-07-27 22:26:35 +08:00
parent 38ffb78e1c
commit dcd9789226
5 changed files with 9 additions and 13 deletions
+3 -7
View File
@@ -15,13 +15,9 @@
"types": "./lib/types/invariant.d.ts",
"default": "./lib/invariant.js"
},
"./types": {
"types": "./lib/types/types.d.ts",
"default": "./lib/types/types.js"
},
"./client/types": {
"types": "./lib/types/client/index.d.ts",
"default": "./lib/types/client/index.js"
"./client": {
"types": "./lib/types/client.d.ts",
"default": "./lib/types/client.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"