nicolium: extend tsconfig excludes idk if this makes sense

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-03 17:56:03 +01:00
parent ff00aee651
commit 72cfa96db8

View File

@ -18,5 +18,5 @@
"typeRoots": ["./src/types", "./node_modules/@types", "./node_modules"],
"types": ["vite/client", "vite-plugin-compile-time/client", "dom-chromium-ai"]
},
"exclude": ["tests/**/*.test.ts", "tests/**/*.test.tsx"]
"exclude": ["./tests/**/*.test.ts", "./tests/**/*.test.tsx", "./dist", "./node_modules"]
}