From 039a0f121b315b7337a0612f1c2a6fa068f5ae0c Mon Sep 17 00:00:00 2001 From: Richard Knoll Date: Thu, 22 Feb 2024 10:09:58 -0800 Subject: [PATCH] include all typings in npm package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6542e6f6e2a..318b544fe95c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "files": [ "README.md", "built/*.js", - "built/*.d.ts", + "built/**/*.d.ts", "built/pxt-common.json", "built/web/fonts", "built/web/*.js",