From 873cae6623ed1c4b8d4dd5faa7203bcfbf1b7f8d Mon Sep 17 00:00:00 2001 From: ArchercatNEO Date: Tue, 9 Apr 2024 16:07:30 +0100 Subject: [PATCH] Add notations to a .d.ts to pass tsc --- env.d.ts | 1 + src/common/notations.d.ts | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/env.d.ts b/env.d.ts index 11f02fe..e8e45a9 100644 --- a/env.d.ts +++ b/env.d.ts @@ -1 +1,2 @@ /// +declare module "@antimatter-dimensions/notations"; \ No newline at end of file diff --git a/src/common/notations.d.ts b/src/common/notations.d.ts index 7fb1b99..e69de29 100644 --- a/src/common/notations.d.ts +++ b/src/common/notations.d.ts @@ -1 +0,0 @@ -declare module "@antimatter-dimensions/notations"; \ No newline at end of file