diff --git a/tsconfig.base.json b/tsconfig.base.json index 68b7acee..9d1d6538 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -33,15 +33,15 @@ ] }, "include": [ - "./*.cjs", - "./*.js", - "./*.mjs", - "./*.ts", - "./private/**/*", - "./src/**/*", - "./src/.vuepress/**/*", - "./test/**/*", - "./types/**/*" + "*.cjs", + "*.js", + "*.mjs", + "*.ts", + "private/**/*", + "src/**/*", + "src/.vuepress/**/*", + "test/**/*", + "types/**/*" ], "exclude": [ "**/.vuepress/.cache",