Ver código fonte

include package.json since example references it

Jordan Sexton 3 anos atrás
pai
commit
78b42f46ba
1 arquivos alterados com 1 adições e 1 exclusões
  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,