Skip to content

Commit 910fee5

Browse files
committed
chore: set tsconfig baseUrl
1 parent fa8d867 commit 910fee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"esModuleInterop": true,
55
"lib": ["ESNext", "DOM"],
66
"target": "ES5",
7-
"baseUrl": "/dev/null",
7+
"baseUrl": ".",
88
"paths": {},
99
"noEmit": true,
1010
"typeRoots": [],

0 commit comments

Comments
 (0)