From a59147aa94537bc827326c1a6b072dc3a5ce37a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastiaan?= <78153680+SebastiaanSafeguard@users.noreply.github.com> Date: Thu, 20 Apr 2023 12:51:50 +0200 Subject: [PATCH] Fix compile errors when using multiple plugins --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index a713ce1e1..8f5849370 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -3,7 +3,7 @@ import { AnnotationPluginOptions, BoxAnnotationOptions, EllipseAnnotationOptions declare module 'chart.js' { // eslint-disable-next-line @typescript-eslint/no-unused-vars - interface PluginOptionsByType { + interface PluginOptionsByType { annotation: AnnotationPluginOptions; }