forked from mirrors/misskey
fix: attempt to fix test (#16719)
* fix(backend): attempt to fix test * fix * Revert "fix(backend): attempt to fix test" This reverts commit 67dff577c9b23ad0b463b6741872f258170c1615. * attempt to fix test * Revert "fix" This reverts commit cec3d2f5c6418a692cfa673e1e70752260c5d4ba. * fix
This commit is contained in:
@@ -6,10 +6,12 @@
|
|||||||
"types": "./built/index.d.ts",
|
"types": "./built/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
"default": "./built/index.js",
|
||||||
"import": "./built/index.js",
|
"import": "./built/index.js",
|
||||||
"types": "./built/index.d.ts"
|
"types": "./built/index.d.ts"
|
||||||
},
|
},
|
||||||
"./*": {
|
"./*": {
|
||||||
|
"default": "./built/*",
|
||||||
"import": "./built/*",
|
"import": "./built/*",
|
||||||
"types": "./built/*"
|
"types": "./built/*"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,10 +8,12 @@
|
|||||||
"types": "./built/index.d.ts",
|
"types": "./built/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
"default": "./built/index.js",
|
||||||
"import": "./built/index.js",
|
"import": "./built/index.js",
|
||||||
"types": "./built/index.d.ts"
|
"types": "./built/index.d.ts"
|
||||||
},
|
},
|
||||||
"./*": {
|
"./*": {
|
||||||
|
"default": "./built/*",
|
||||||
"import": "./built/*",
|
"import": "./built/*",
|
||||||
"types": "./built/*"
|
"types": "./built/*"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,10 +6,12 @@
|
|||||||
"types": "./built/index.d.ts",
|
"types": "./built/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
"default": "./built/index.js",
|
||||||
"import": "./built/index.js",
|
"import": "./built/index.js",
|
||||||
"types": "./built/index.d.ts"
|
"types": "./built/index.d.ts"
|
||||||
},
|
},
|
||||||
"./*": {
|
"./*": {
|
||||||
|
"default": "./built/*",
|
||||||
"import": "./built/*",
|
"import": "./built/*",
|
||||||
"types": "./built/*"
|
"types": "./built/*"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user