Tweak types npm content
This commit is contained in:
parent
bfdb785436
commit
90398ced3e
|
@ -0,0 +1,5 @@
|
|||
*
|
||||
!dist/*
|
||||
dist/tsconfig.build.tsbuildinfo
|
||||
!package.json
|
||||
!LICENCE
|
|
@ -2,14 +2,8 @@
|
|||
"name": "@budibase/types",
|
||||
"version": "0.0.0",
|
||||
"description": "Budibase types",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"require": "./src/index.ts"
|
||||
}
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"author": "Budibase",
|
||||
"license": "GPL-3.0",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue