Browse Source

chore: move theme tsconfig.json

pull/37908/head
PeachScript 2 years ago
parent
commit
739ee27790
  1. 6
      .dumi/tsconfig.json

6
.dumi/theme/tsconfig.json → .dumi/tsconfig.json

@ -1,8 +1,8 @@
{
"extends": "../../.umi/tsconfig.json",
"extends": "../.umi/tsconfig.json",
"compilerOptions": {
"jsx": "react",
"baseUrl": "../../",
"baseUrl": "../",
"paths": {
"@@/*": [".umi/*"],
"antd": ["components/index.tsx"],
@ -10,5 +10,5 @@
"dumi/theme/*": [".dumi/theme/*"]
}
},
"include": ["./**/*", "../../site/theme/template/Content"]
"include": ["./**/*", "../site/theme/template/Content"]
}
Loading…
Cancel
Save