From 357e893a470801f37925cc12f8203de2e1b49af9 Mon Sep 17 00:00:00 2001 From: Starman <30315137+Starman3787@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:41:17 +0100 Subject: [PATCH] export test data --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 5d017b0e..4c0de8b3 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,10 @@ "types": "./dist/compiledStructures.d.ts", "default": "./src/compiledStructures.js" }, + "./testData": { + "types": "./dist/testData.d.ts", + "default": "./src/testData.js" + }, ".": { "types": "./dist/index.d.ts", "default": "./index.js"