mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:13:25 +00:00
update package.json type defs
This commit is contained in:
@@ -9,14 +9,13 @@
|
|||||||
],
|
],
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./lib/index.d.ts",
|
|
||||||
"import": {
|
"import": {
|
||||||
"default": "./lib/index.mjs.js",
|
"types": "./lib/index.d.ts",
|
||||||
"types": "./lib/index.d.ts"
|
"default": "./lib/index.mjs.js"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"default": "./lib/index.umd.js",
|
"types": "./lib/index.d.ts",
|
||||||
"types": "./lib/index.d.ts"
|
"default": "./lib/index.umd.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user