Add types declaration

This commit is contained in:
Augusto Medeiros 2025-06-08 12:11:32 -07:00 committed by GitHub
parent 78c3d91ec2
commit aecd1ccd89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@
"README.md",
"LICENSE"
],
"types": "dist/index.d.ts",
"scripts": {
"start": "node dist/index.js",
"clean": "rimraf dist",