Proper types

This commit is contained in:
Adria Navarro 2024-11-19 10:33:53 +01:00
parent 2867515c0e
commit 4f67182585
1 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,13 @@
"./tests": "./dist/tests/index.js",
"./*": "./dist/*.js"
},
"typesVersions": {
"*": {
"tests": [
"dist/tests/index.d.ts"
]
}
},
"author": "Budibase",
"license": "GPL-3.0",
"scripts": {