From edc2ed78c573e69ee8369a622227023b9e82c591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Wed, 24 Apr 2024 22:17:12 +0200 Subject: [PATCH] publish built typescript (#21) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6e24ab7..61e794f 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "test:e2e": "web-test-runner", "test:types": "tsc --noEmit" }, + "files": ["./dist/"], "exports": { ".": { "default": "./dist/index.js",