|
|
@ -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"] |
|
|
|
} |