From 3cd0693b93c9caae0c556822d65d8665120b4a82 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 8 Aug 2021 22:59:40 +0200 Subject: [PATCH] fix: shims-tsx.d.ts having duplicate string identifier? whatever that error meant... --- src/shims-tsx.d.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/shims-tsx.d.ts b/src/shims-tsx.d.ts index 81624b2c..bdee7b0a 100644 --- a/src/shims-tsx.d.ts +++ b/src/shims-tsx.d.ts @@ -8,10 +8,6 @@ declare global { // @ts-ignore interface ElementClass extends Vue {} - interface IntrinsicElements { - [elem: string]: any; - } - interface IntrinsicAttributes { [prop: string]: any; }