mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 04:09:15 +01:00
feat(build): 🏗️ Build plain JS for NPM
This commit is contained in:
parent
8a4b246f01
commit
2bf97bc914
4 changed files with 25 additions and 14 deletions
|
|
@ -39,12 +39,14 @@
|
|||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./index.ts",
|
||||
"default": "./index.ts"
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
},
|
||||
"./types": {
|
||||
"import": "./types.ts",
|
||||
"default": "./types.ts"
|
||||
"import": "./dist/types.js",
|
||||
"default": "./dist/types.js",
|
||||
"types": "./dist/types.d.ts"
|
||||
}
|
||||
},
|
||||
"funding": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue