From e44f0e4ae6be44d44800233bb5260e244a306899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djalma=20J=C3=BAnior?= Date: Wed, 17 Jul 2024 03:00:06 -0300 Subject: [PATCH] fix: Could not find a declaration file for module '@jspm/generator' (#371) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 063510c..51cb78e 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ }, "exports": { ".": { + "types": "./lib/generator.d.ts", "source": { "deno": "./lib/generator-deno.js", "default": "./lib/generator.js"