ant-design/tsconfig-old-react.json
二货爱吃白萝卜 7104513a84
docs: Support semantic preview (#47332)
* 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
2024-02-05 11:45:42 +08:00

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*"]
}