mirror of
https://github.com/kou029w/megabit.git
synced 2025-01-30 21:58:04 +00:00
fix types file ext
This commit is contained in:
parent
45e2836561
commit
10508ae69c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
"require": "./cjs/index.js"
|
"require": "./cjs/index.js"
|
||||||
},
|
},
|
||||||
"module": "esm/index.js",
|
"module": "esm/index.js",
|
||||||
"types": "cjs/index.d.js",
|
"types": "cjs/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"cjs",
|
"cjs",
|
||||||
"esm"
|
"esm"
|
||||||
|
|
Loading…
Add table
Reference in a new issue