1 Commits

Author SHA1 Message Date
last2014 5eb4a2e01c Fix: declaration 2026-04-04 22:55:54 +09:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "miq",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"main": "dist/index.js",
"scripts": {
+1
View File
@@ -7,6 +7,7 @@
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"strict": true,
"skipLibCheck": true,
"baseUrl": "./src",