From 33acbf90d32e143ddbe6aa78ca488d3407513dd7 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Tue, 26 Apr 2022 12:13:22 -0400 Subject: [PATCH] use dist path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3b92d8..802902c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "types": "dist/htm.d.ts", "exports": { ".": { - "types": "./src/index.d.ts", + "types": "./dist/htm.d.ts", "browser": "./dist/htm.module.js", "umd": "./dist/htm.umd.js", "import": "./dist/htm.mjs",