Skip to content

Commit a322fd7

Browse files
committed
chore(local-playground): fix vapor tsconfig include path
1 parent a0c42ff commit a322fd7

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)