diff --git a/.editorconfig b/.editorconfig index a1b04a2662..0de500150a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,4 +7,4 @@ insert_final_newline = true trim_trailing_whitespace = true [*.md] -trim_trailing_whitespace = false \ No newline at end of file +trim_trailing_whitespace = false diff --git a/tsconfig.json b/tsconfig.json index b5929d5ee1..b237f03837 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,5 +17,5 @@ } }, "include": ["src/**/*", ".vitepress/**/*"], - "exclude": ["node_modules", "build"] + "exclude": ["node_modules", "build", ".vitepress/cache"] }