Proper types

This commit is contained in:
Adria Navarro 2024-11-19 10:34:05 +01:00
parent 4f67182585
commit fb80647013
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "Handlebars wrapper for Budibase templating.",
"main": "dist/bundle.cjs",
"module": "dist/bundle.mjs",
"types": "src/index.ts",
"types": "dist/index.d.ts",
"license": "MPL-2.0",
"exports": {
".": {