Skip to content

Commit

Permalink
🔧 chore: 修正初始化模块时 tsconfig 的配置
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Mar 20, 2021
1 parent d232d17 commit fc08bd8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/create-package/template/tsconfig.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"declaration": true,
"jsx": "react-jsx",
"skipLibCheck": true,
/* babel 输出类型 */
"moduleResolution": "Node",
"target": "ESNext",
"module": "ESNext",
/* 模块导入配置项 */
"esModuleInterop": true,
"types": ["../../types", "@types/jest"]
Expand Down
20 changes: 20 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@
insert-css "^2.0.0"
rc-util "^5.0.1"

"@ant-design/icons@^4.6.2":
version "4.6.2"
resolved "https://registry.npm.taobao.org/@ant-design/icons/download/@ant-design/icons-4.6.2.tgz#290f2e8cde505ab081fda63e511e82d3c48be982"
integrity sha1-KQ8ujN5QWrCB/aY+UR6C08SL6YI=
dependencies:
"@ant-design/colors" "^6.0.0"
"@ant-design/icons-svg" "^4.0.0"
"@babel/runtime" "^7.11.2"
classnames "^2.2.6"
rc-util "^5.9.4"

"@ant-design/pro-skeleton@^1.0.0-beta.2":
version "1.0.0-beta.2"
resolved "https://registry.npm.taobao.org/@ant-design/pro-skeleton/download/@ant-design/pro-skeleton-1.0.0-beta.2.tgz#ef5d22fafc95c559b90e71978343eae7e786902c"
Expand Down Expand Up @@ -18773,6 +18784,15 @@ rc-util@^5.8.0, rc-util@^5.8.1:
react-is "^16.12.0"
shallowequal "^1.1.0"

rc-util@^5.9.4:
version "5.9.4"
resolved "https://registry.npm.taobao.org/rc-util/download/rc-util-5.9.4.tgz#f3a5240df47299fff7ef45864a4abeaf4c60ff98"
integrity sha1-86UkDfRymf/370WGSkq+r0xg/5g=
dependencies:
"@babel/runtime" "^7.12.5"
react-is "^16.12.0"
shallowequal "^1.1.0"

rc-virtual-list@^3.0.1, rc-virtual-list@^3.2.0:
version "3.2.6"
resolved "https://registry.npm.taobao.org/rc-virtual-list/download/rc-virtual-list-3.2.6.tgz?cache=0&sync_timestamp=1610703730819&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-virtual-list%2Fdownload%2Frc-virtual-list-3.2.6.tgz#2c92a40f4425e19881b38134d6bd286a11137d2d"
Expand Down

1 comment on commit fc08bd8

@vercel
Copy link

@vercel vercel bot commented on fc08bd8 Mar 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.