Skip to content

Commit

Permalink
fix: 移除"typings": "src",否则用的时候tsc检查会检查到包里面去
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxinssfd committed Oct 29, 2022
1 parent 37c3f77 commit 23ae676
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "axios请求模板封装",
"main": "dist/axios-request-template.cjs.js",
"module": "dist/axios-request-template.esm-bundler.js",
"typings": "src",
"types": "dist/axios-request-template.d.ts",
"exports": {
".": {
Expand Down
1 change: 0 additions & 1 deletion packages/request-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "请求模板封装",
"main": "dist/request-template.cjs.js",
"module": "dist/request-template.esm-browser.js",
"typings": "src",
"types": "dist/request-template.d.ts",
"exports": {
".": {
Expand Down
1 change: 0 additions & 1 deletion packages/vue3-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "2.0.0-beta.2",
"description": "axios请求模板封装-vue3-hooks",
"main": "dist/request-template-vue3-hooks.esm-bundler.js",
"typings": "src",
"types": "dist/request-template-vue3-hooks.d.ts",
"buildOptions": {
"filename": "request-template-vue3-hooks",
Expand Down

0 comments on commit 23ae676

Please sign in to comment.