diff --git a/global.d.ts b/global.d.ts index b04fcf0d..659167f7 100644 --- a/global.d.ts +++ b/global.d.ts @@ -6,7 +6,7 @@ interface NodeModule { declare namespace JSX { interface Element { } - interface IntrinsicElements { div: any; } + interface IntrinsicElements { } } declare module 'preact-i18n';