diff --git a/tsconfig.json b/tsconfig.json index 22fce2e..56cdc96 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,11 +12,12 @@ "src/*" ], "@@/*": [ - "src/.umi/*" + ".dumi/tmp/*" ], "@rc-component/context": [ "src/index.ts" ] } - } -} \ No newline at end of file + }, + "include": [".dumi/**/*", ".dumirc.ts", "**/*.ts", "**/*.tsx"] +}