diff --git a/tests/tsconfig.json b/tests/tsconfig.json index bfa58b7..426e5d9 100644 --- a/tests/tsconfig.json +++ b/tests/tsconfig.json @@ -1,9 +1,10 @@ { "extends": "../tsconfig.json", "compilerOptions": { + "baseUrl": "..", "paths": { - "packages/*": ["../packages/*"], - "tests/*": ["./*"] + "packages/*": ["packages/*"], + "tests/*": ["tests/*"] }, "types": ["vite/client", "bun-types"] },