fix issue

This commit is contained in:
Moritz Jung 2026-06-23 19:17:22 +02:00
parent c522ff1301
commit 84a82f521a
8 changed files with 124 additions and 47 deletions

11
tests/tsconfig.json Normal file
View file

@ -0,0 +1,11 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"paths": {
"packages/*": ["../packages/*"],
"tests/*": ["./*"]
},
"types": ["vite/client", "bun-types"]
},
"include": ["**/*.ts"]
}