nicolium: extend tsconfig excludes idk if this makes sense
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user