From e9ef5174d75292fd25fed2fb1e32cd7608d91950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9lian=20GARCIA?= Date: Fri, 9 Apr 2021 11:59:17 +0200 Subject: [PATCH] Get back the types declaration (fixes #32) Signed-off-by: Celian Garcia --- src/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tsconfig.json b/src/tsconfig.json index a3b55ee..c853bf2 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -4,6 +4,7 @@ "moduleResolution": "node", "outDir": "../lib", "target": "es5", + "declaration": true, "lib": [ "dom", "es5",