Ver Fonte

build(@growi/app): exclude bin from tsconfig

mizozobu há 1 semana atrás
pai
commit
8a113e8ca1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      apps/app/tsconfig.json

+ 1 - 1
apps/app/tsconfig.json

@@ -26,7 +26,7 @@
       { "transform": "typescript-transform-paths", "afterDeclarations": true }
     ]
   },
-  "include": ["next-env.d.ts", "bin", "config", "prisma", "src"],
+  "include": ["next-env.d.ts", "bin/migrate.ts", "config", "prisma", "src"],
   "exclude": ["src/**/*.vendor-styles.*"],
   "ts-node": {
     "transpileOnly": true,