diff --git a/tsconfig.json b/tsconfig.json index 9e4d9bf..424b04e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,11 +12,12 @@ "src/*" ], "@@/*": [ - "src/.umi/*" + ".dumi/tmp/*" ], "rc-align": [ "src/index.ts" ] } - } -} \ No newline at end of file + }, + "include": [".dumi/**/*", ".dumirc.ts", "**/*.ts", "**/*.tsx"] +}