ソースを参照

include package.json since example references it

Jordan Sexton 3 年 前
コミット
78b42f46ba
1 ファイル変更1 行追加1 行削除
  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,