Browse Source

chore(local-playground): fix vapor tsconfig include path (#13490)

Tycho 10 months ago
parent
commit
88ef97ffd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages-private/local-playground/tsconfig.json

+ 1 - 1
packages-private/local-playground/tsconfig.json

@@ -4,5 +4,5 @@
     "isolatedDeclarations": false,
     "allowJs": true
   },
-  "include": ["./**/*", "../packages/*/src"]
+  "include": ["./**/*", "../../packages/*/src"]
 }