diff --git a/tsconfig.json b/tsconfig.json index d47376a..de853e6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,12 +25,6 @@ "exclude": [ "node_modules", "dist", - "legacy", - // src/dashboard/ is the Svelte browser bundle — compiled separately by - // scripts/build-dashboard-ui.mjs with the DOM lib + esbuild-svelte. The - // root tsconfig targets Node + WebWorker (no `document` / `localStorage`), - // so type-checking dashboard sources here would always fail. They're still - // covered by `tsconfig.dashboard.json` for editor + CI type-checking. - "src/dashboard" + "legacy" ] }