mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
ffbb19e090
* chore: enable tsc for demos * chore: site lint * chore: fix lint
18 lines
449 B
JSON
18 lines
449 B
JSON
{
|
|
"extends": "../.dumi/tmp/tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "@emotion/react",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"baseUrl": "../",
|
|
"paths": {
|
|
"@@/*": [".dumi/tmp/*"],
|
|
"antd": ["components/index.tsx"],
|
|
"antd/es/*": ["components/*"],
|
|
"dumi/theme/*": [".dumi/theme/*"]
|
|
}
|
|
},
|
|
"include": ["./**/*", "../site/theme/template/Content"]
|
|
}
|