From f7b5fb8ed74a827eb6c2b61a18243c3f41b9010e Mon Sep 17 00:00:00 2001 From: Vitaliy Potapov Date: Thu, 26 Sep 2024 11:26:09 +0400 Subject: [PATCH] add decorators.d.ts to package files --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c0fbc3be..580cf820 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ }, "files": [ "dist", + "decorators.d.ts", "src", "README.md" ],