From 2af84e7320fe6c2473a3c34544251f135e69d1ea Mon Sep 17 00:00:00 2001 From: SIDANWhatever Date: Thu, 17 Oct 2024 18:23:57 +0800 Subject: [PATCH] chore: ts - avoid annoying tsconfig needed --- off-chain/package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/off-chain/package.json b/off-chain/package.json index 8417438..c34225c 100644 --- a/off-chain/package.json +++ b/off-chain/package.json @@ -14,12 +14,15 @@ "aiken", "cardano" ], + "main": "./dist/index.cjs", + "module": "./dist/index.js", + "types": "./dist/index.d.ts", "type": "module", "exports": { ".": { + "types": "./dist/index.d.ts", "import": "./dist/index.js", - "require": "./dist/index.cjs", - "types": "./dist/index.d.ts" + "require": "./dist/index.cjs" } }, "files": [