diff --git a/tsconfig.json b/tsconfig.json index 4a0878e6..ca50b6a3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,6 @@ "isolatedModules": true, "jsx": "react-jsx", "incremental": true, - "baseUrl": ".", "types": [ "bun-types", "node" @@ -25,10 +24,10 @@ "paths": { "@/*": [ "./*", - "src/*" + "./src/*" ], "@/src/*": [ - "src/*" + "./src/*" ] }, "esModuleInterop": true,