From 944e47a9a657f1553c8058d1d6d015f7b586ac88 Mon Sep 17 00:00:00 2001 From: Marco Fugaro Date: Wed, 19 Jun 2024 11:46:40 +0200 Subject: [PATCH] Fix typescript usage with old moduleResolution setting, close #184 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 11b296e..cbfbac5 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ ], "type": "module", "react-native": "./dist/react-spline.js", + "types": "./dist/Spline.d.ts", "exports": { ".": { "types": "./dist/Spline.d.ts",