diff --git a/tsconfig.json b/tsconfig.json index 340536c..40a5022 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,10 +21,7 @@ "jsx": "react-jsx", "types": [ "node", "vite/client" ], "rootDirs": [ ".", "./.react-router/types" ], - "baseUrl": ".", - "paths": { - "~/*": [ "./app/*" ] - }, + "baseUrl": "./app", }, "include": [ "**/*",