chore: update type resoving when importing from ant/lib/* (#37941)

This commit is contained in:
Zheeeng 2022-10-11 15:47:03 +08:00 committed by GitHub
parent 5325e19ba9
commit c96da09227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,8 @@
"baseUrl": "./",
"paths": {
"antd": ["components/index.tsx"],
"antd/es/*": ["components/*"]
"antd/es/*": ["components/*"],
"antd/lib/*": ["components/*"]
},
"strictNullChecks": true,
"module": "esnext",