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