diff --git a/template-react-ts-ssr/tsconfig.json b/template-react-ts-ssr/tsconfig.json index 91def35..0bdb327 100644 --- a/template-react-ts-ssr/tsconfig.json +++ b/template-react-ts-ssr/tsconfig.json @@ -8,7 +8,6 @@ "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "jsx": "react-jsx", - "baseUrl": ".", "paths": { "@/*": [ "./src/*" diff --git a/template-react-ts/tsconfig.json b/template-react-ts/tsconfig.json index 91def35..0bdb327 100644 --- a/template-react-ts/tsconfig.json +++ b/template-react-ts/tsconfig.json @@ -8,7 +8,6 @@ "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "jsx": "react-jsx", - "baseUrl": ".", "paths": { "@/*": [ "./src/*" diff --git a/template-vue-ts-ssr/tsconfig.json b/template-vue-ts-ssr/tsconfig.json index a5db139..c5a55d1 100644 --- a/template-vue-ts-ssr/tsconfig.json +++ b/template-vue-ts-ssr/tsconfig.json @@ -7,7 +7,6 @@ "types": ["vite/client"], "skipLibCheck": true, "forceConsistentCasingInFileNames": true, - "baseUrl": ".", "paths": { "@/*": [ "./src/*" diff --git a/template-vue-ts/tsconfig.json b/template-vue-ts/tsconfig.json index a5db139..c5a55d1 100644 --- a/template-vue-ts/tsconfig.json +++ b/template-vue-ts/tsconfig.json @@ -7,7 +7,6 @@ "types": ["vite/client"], "skipLibCheck": true, "forceConsistentCasingInFileNames": true, - "baseUrl": ".", "paths": { "@/*": [ "./src/*"