Fix types

This commit is contained in:
Adria Navarro 2023-09-06 00:58:33 +02:00
parent 629dd18b57
commit 9651def415
1 changed files with 8 additions and 1 deletions

View File

@ -3,7 +3,14 @@
"version": "0.0.0",
"description": "Budibase backend core libraries used in server and worker",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/index.d.ts",
"./dist/tests/index.d.ts"
]
}
},
"exports": {
".": "./dist/index.js",
"./tests": "./dist/tests/index.js",