mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
62e338c775
* type: fix .dumi missing types * Update tsconfig.json Signed-off-by: lijianan <574980606@qq.com> * Update tsconfig.json Signed-off-by: lijianan <574980606@qq.com> * Update tsconfig.json Signed-off-by: lijianan <574980606@qq.com> * chore: clear tsconfig.json * chore: update dumi version declaration * type: correct unified plugin types --------- Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: lijianan <574980606@qq.com> Co-authored-by: PeachScript <scdzwyxst@gmail.com>
8 lines
117 B
JSON
8 lines
117 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["**/*"]
|
|
}
|