From ba345b3e5e53512b738990341d8e0ed1cebf1b21 Mon Sep 17 00:00:00 2001 From: Lauren Liberda Date: Thu, 8 Jul 2021 23:56:51 +0200 Subject: [PATCH] fix ts builds --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index cda2a74..6edebb6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,5 @@ { + "include": ["./src/**/*.ts", "migration/*.ts"], "compilerOptions": { /* Visit https://aka.ms/tsconfig.json to read more about this file */