1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Keep types field

This commit is contained in:
Adria Navarro 2023-09-06 09:28:57 +02:00
parent 1c8060272d
commit 743fe0e05c

View file

@ -3,11 +3,9 @@
"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/src/index.d.ts"
],
"tests": [
"./dist/tests/index.d.ts"
]