1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

Fix types

This commit is contained in:
Adria Navarro 2023-09-06 00:58:33 +02:00
parent 629dd18b57
commit 9651def415

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