From 998e11d4defc37cccf8609013750355c22458524 Mon Sep 17 00:00:00 2001 From: Sandu Victor Date: Wed, 8 Jul 2020 23:18:15 +0300 Subject: [PATCH] fix: migrations not being compiled --- packages/api/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/tsconfig.json b/packages/api/tsconfig.json index a2f63ed..69e6de2 100644 --- a/packages/api/tsconfig.json +++ b/packages/api/tsconfig.json @@ -10,5 +10,5 @@ "esModuleInterop": true }, "exclude": ["node_modules"], - "include": ["src"] + "include": ["src", "db"] }