You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
389 B
16 lines
389 B
2 years ago
|
{
|
||
|
"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"]
|
||
|
}
|