Skip to content

Commit 2d12927

Browse files
authored
chore: rm baseUrl from all tsconfig.jsons (#6381)
1 parent bb49c31 commit 2d12927

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
"incremental": true,
2323

2424
/* Path aliases */
25-
"baseUrl": ".",
2625
"paths": {
27-
"~/*": ["src/*"]
26+
"~/*": ["./src/*"]
2827
}
2928
},
3029
"include": [

0 commit comments

Comments
 (0)