mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 10:23:24 +00:00
update package.json type defs
This commit is contained in:
@@ -9,14 +9,13 @@
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./lib/index.d.ts",
|
||||
"import": {
|
||||
"default": "./lib/index.mjs.js",
|
||||
"types": "./lib/index.d.ts"
|
||||
"types": "./lib/index.d.ts",
|
||||
"default": "./lib/index.mjs.js"
|
||||
},
|
||||
"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