Keep types field

This commit is contained in:
Adria Navarro 2023-09-06 09:28:57 +02:00
parent 1c8060272d
commit 743fe0e05c
1 changed files with 1 additions and 3 deletions

View File

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