Explorar el Código

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

Tycho hace 10 meses
padre
commit
88ef97ffd3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"]
 }