From 5eb4a2e01c6379b185d44b02c483e7572c29eb6d Mon Sep 17 00:00:00 2001 From: Last2014 Date: Sat, 4 Apr 2026 22:55:54 +0900 Subject: [PATCH] Fix: declaration --- package.json | 2 +- tsconfig.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e16ddd..c85964f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "miq", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "main": "dist/index.js", "scripts": { diff --git a/tsconfig.json b/tsconfig.json index 2c256c2..f5e8bfc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, + "declaration": true, "strict": true, "skipLibCheck": true, "baseUrl": "./src",