Parcourir la source

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

Tycho il y a 1 an
Parent
commit
88ef97ffd3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"]
 }