mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
7e877dc799
* feat: support react 16 lint * feat: test * feat: test * feat: test * feat: test * feat: 不增加 package script
13 lines
244 B
JSON
13 lines
244 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"antd": ["es"],
|
|
"antd/es/*": ["es/*"],
|
|
"antd/lib/*": ["lib/*"],
|
|
"antd/locale/*": ["locale/*"]
|
|
}
|
|
},
|
|
"include": ["components/*/demo/*.tsx"]
|
|
}
|