diff --git a/internal/vite-config/tsconfig.json b/internal/vite-config/tsconfig.json index b2ec3b61e..379af1821 100644 --- a/internal/vite-config/tsconfig.json +++ b/internal/vite-config/tsconfig.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/tsconfig", "extends": "@vben/tsconfig/node.json", - "include": ["src"], + "include": ["src", "tsdown.config.ts"], "exclude": ["node_modules"] }