From 75ea8b3e44df0637a3e1a7a88df91cf168f17ad7 Mon Sep 17 00:00:00 2001 From: Daniel Kostro Date: Wed, 19 Nov 2025 17:10:05 +0100 Subject: [PATCH] fix: add "types" field to package.json For compatibility with TS CJS builds --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d16f403c..90e4fa99 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "keywords": [], "author": "Luc Patiny", "type": "module", + "types": "./lib/index.d.ts", "exports": { ".": "./lib/index.js", "./matrix": "./lib/matrix/index.js",