Преглед на файлове

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,