mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
chore: update type resoving when importing from ant/lib/*
(#37941)
This commit is contained in:
parent
5325e19ba9
commit
c96da09227
@ -3,7 +3,8 @@
|
|||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"paths": {
|
"paths": {
|
||||||
"antd": ["components/index.tsx"],
|
"antd": ["components/index.tsx"],
|
||||||
"antd/es/*": ["components/*"]
|
"antd/es/*": ["components/*"],
|
||||||
|
"antd/lib/*": ["components/*"]
|
||||||
},
|
},
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
|
Loading…
Reference in New Issue
Block a user