mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
7104513a84
* docs: init * docs: semantic block * docs: part of demo * docs: modal * docs: slider * docs: space * docs: all sementic * docs: clean up * chore: fix lint * chore: clean up * chore: update script * test: fix test case * test: update testcase
14 lines
291 B
JSON
14 lines
291 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"antd": ["es"],
|
|
"antd/es/*": ["es/*"],
|
|
"antd/lib/*": ["lib/*"],
|
|
"antd/locale/*": ["locale/*"]
|
|
}
|
|
},
|
|
"include": ["components/*/demo/*.tsx"],
|
|
"exclude": ["components/*/demo/_semantic*"]
|
|
}
|