From 4199de8800347a7a88b32c0224a13ab7ed3a52a2 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Tue, 28 May 2024 12:52:20 +0200 Subject: [PATCH] export ts types --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b826381..2fa08e0 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ ], "exports": { ".": { + "types": "./dist/src/index.d.ts", "import": "./src/index.js", "module": "./src/index.js", "require": "./dist/y-codemirror.cjs"