Skip to content

Commit 913f05f

Browse files
committed
chore: fix package source include path
1 parent 9ab8e4c commit 913f05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-private/local-playground/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"isolatedDeclarations": false,
55
"allowJs": true
66
},
7-
"include": ["./**/*", "../packages/*/src"]
7+
"include": ["./**/*", "../../packages/*/src"]
88
}

0 commit comments

Comments
 (0)