From 9b071b903ec02e224f02c09a056ec6f25b74d6f9 Mon Sep 17 00:00:00 2001 From: Canmi <9997200@qq.com> Date: Tue, 4 Nov 2025 20:27:21 +0800 Subject: [PATCH] remove: deprecate baseUrl --- default/tsconfig.json | 1 - minimal/tsconfig.json | 1 - unstable_rsc-framework-mode/tsconfig.json | 1 - 3 files changed, 3 deletions(-) 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/*"] }