mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
16 lines
389 B
JSON
16 lines
389 B
JSON
|
{
|
||
|
"extends": "../.dumi/tmp/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"jsx": "react-jsx",
|
||
|
"jsxImportSource": "@emotion/react",
|
||
|
"baseUrl": "../",
|
||
|
"paths": {
|
||
|
"@@/*": [".dumi/tmp/*"],
|
||
|
"antd": ["components/index.tsx"],
|
||
|
"antd/es/*": ["components/*"],
|
||
|
"dumi/theme/*": [".dumi/theme/*"]
|
||
|
}
|
||
|
},
|
||
|
"include": ["./**/*", "../site/theme/template/Content"]
|
||
|
}
|