Pārlūkot izejas kodu

include package.json since example references it

Jordan Sexton 3 gadi atpakaļ
vecāks
revīzija
78b42f46ba
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -1,6 +1,6 @@
 {
     "extends": "./tsconfig.all.json",
-    "include": ["./packages/*/*/src"],
+    "include": ["./packages/*/*/src", "./packages/*/*/package.json"],
     "compilerOptions": {
         "noEmit": true,
         "skipLibCheck": true,