From cec2e80d04c8370a12e7b8615458e807d7253e73 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Fri, 17 Jun 2022 19:50:38 +0000 Subject: [PATCH] fix: add alias for AnyDuringMigration so that tsc will run --- core/any_aliases.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 core/any_aliases.ts diff --git a/core/any_aliases.ts b/core/any_aliases.ts new file mode 100644 index 000000000..39298b3d7 --- /dev/null +++ b/core/any_aliases.ts @@ -0,0 +1 @@ +type AnyDuringMigration = any; \ No newline at end of file