diff --git a/tsconfig.json b/tsconfig.json index 17e4292a..e3e1b259 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,9 +22,8 @@ "incremental": true, /* Path aliases */ - "baseUrl": ".", "paths": { - "~/*": ["src/*"] + "~/*": ["./src/*"] }, "types": ["vitest/globals"]