Skip to content

Commit 10b964c

Browse files
committed
chore: fix type err
1 parent 2bd5994 commit 10b964c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/loro-websocket/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
44
"outDir": "dist",
5-
"rootDir": "src",
5+
"rootDir": ".",
66
"declaration": true,
77
"declarationMap": true,
88
"lib": ["ES2022", "DOM"]

0 commit comments

Comments
 (0)