Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 06d1b8c

Browse files
committed
fix: remove deprecated baseUrl from tsconfig files
1 parent cb83656 commit 06d1b8c

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

apps/cli/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
"outDir": "dist",
66
"jsx": "react-jsx",
77
"jsxImportSource": "react",
8-
"baseUrl": ".",
98
"paths": {
10-
"@/*": ["src/*"]
9+
"@/*": ["./src/*"]
1110
}
1211
},
1312
"include": ["src", "*.config.ts"],

webview-ui/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"isolatedModules": true,
1919
"noEmit": true,
2020
"jsx": "react-jsx",
21-
"baseUrl": ".",
2221
"paths": {
2322
"@/*": ["./src/*"],
2423
"@src/*": ["./src/*"],

0 commit comments

Comments
 (0)