From 851de543b3b3cf039727e9f5cebe1bda8a482898 Mon Sep 17 00:00:00 2001 From: jejolare Date: Sat, 21 Sep 2024 17:58:36 +0700 Subject: [PATCH] build fixes --- src/interfaces/common/TransactionInfo.ts | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interfaces/common/TransactionInfo.ts b/src/interfaces/common/TransactionInfo.ts index 771950a..fed5a5c 100644 --- a/src/interfaces/common/TransactionInfo.ts +++ b/src/interfaces/common/TransactionInfo.ts @@ -27,4 +27,4 @@ interface TransactionInfo { export default TransactionInfo; -export { Input, Output }; \ No newline at end of file +export type { Input, Output }; \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 8fcdc2e..295ac0c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,7 @@ "noEmit": true, "jsx": "preserve", "incremental": true, - "isolatedModules": false, + "isolatedModules": true, "baseUrl": "./", "paths": { "@/*": [