瀏覽代碼

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

mizozobu 3 周之前
父節點
當前提交
8a113e8ca1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,