started working on fixing typescript errors

This commit is contained in:
2024-05-07 21:20:57 +02:00
parent f6ea46a3b5
commit f038b6787f
11 changed files with 40 additions and 17 deletions

2
vitest.config.d.ts vendored Normal file
View File

@ -0,0 +1,2 @@
declare const _default: Record<string, any>;
export default _default;