소스 검색

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

mizozobu 2 주 전
부모
커밋
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,