mirror of https://github.com/buster-so/buster.git
fix for build and test
This commit is contained in:
parent
07ce69dbdd
commit
7a1234d141
|
@ -4,6 +4,9 @@
|
||||||
"private": false,
|
"private": false,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"main": "./dist/configs/index.js",
|
||||||
|
"module": "./dist/configs/index.js",
|
||||||
|
"types": "./dist/configs/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./dist/configs/index.d.ts",
|
"types": "./dist/configs/index.d.ts",
|
||||||
|
|
Loading…
Reference in New Issue