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",