From a2f2741fa6d5c42cff0f767ddf4fe915fc580935 Mon Sep 17 00:00:00 2001 From: Gianluca Guarini Date: Fri, 22 Nov 2024 23:39:05 +0100 Subject: [PATCH] updated: export the src folder #179 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6618896..f026242 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "types": "./compiler.d.ts", "require": "./dist/compiler.essential.cjs", "import": "./dist/compiler.essential.js" - } + }, + "./src/*": "./src/*" }, "files": [ "dist",