Skip to content

Commit 88ef97f

Browse files
authored
chore(local-playground): fix vapor tsconfig include path (#13490)
1 parent 7d84010 commit 88ef97f

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)