diff --git a/frontend/tsconfig.app.json b/frontend/tsconfig.app.json index 1f981f9..f46fbee 100644 --- a/frontend/tsconfig.app.json +++ b/frontend/tsconfig.app.json @@ -17,10 +17,9 @@ "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, - "baseUrl": ".", "paths": { - "~/*": ["src/*"], - "~generated/*": ["node_modules/.cache/*"] + "~/*": ["./src/*"], + "~generated/*": ["./node_modules/.cache/*"] } }, "include": ["src", "node_modules/.cache/tanstack-router/routeTree.gen.ts"]