diff --git a/default/tsconfig.json b/default/tsconfig.json index dc391a4..cbe49c7 100644 --- a/default/tsconfig.json +++ b/default/tsconfig.json @@ -13,7 +13,6 @@ "moduleResolution": "bundler", "jsx": "react-jsx", "rootDirs": [".", "./.react-router/types"], - "baseUrl": ".", "paths": { "~/*": ["./app/*"] }, diff --git a/minimal/tsconfig.json b/minimal/tsconfig.json index dc391a4..cbe49c7 100644 --- a/minimal/tsconfig.json +++ b/minimal/tsconfig.json @@ -13,7 +13,6 @@ "moduleResolution": "bundler", "jsx": "react-jsx", "rootDirs": [".", "./.react-router/types"], - "baseUrl": ".", "paths": { "~/*": ["./app/*"] }, diff --git a/unstable_rsc-framework-mode/tsconfig.json b/unstable_rsc-framework-mode/tsconfig.json index b5c602b..ee32cd8 100644 --- a/unstable_rsc-framework-mode/tsconfig.json +++ b/unstable_rsc-framework-mode/tsconfig.json @@ -15,7 +15,6 @@ "types": ["vite/client", "@vitejs/plugin-rsc/types"], "jsx": "react-jsx", "rootDirs": [".", "./.react-router/types"], - "baseUrl": ".", "paths": { "~/*": ["./app/*"] }