mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
update package.json type defs
This commit is contained in:
parent
aa24946d6f
commit
e0dcc216f8
1 changed files with 4 additions and 5 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue