fix types and pass build
This commit is contained in:
parent
426c6139f2
commit
56d9117ce0
4 changed files with 136 additions and 124 deletions
16
package.json
16
package.json
|
@ -32,5 +32,21 @@
|
|||
"tsup": "^8.4.0",
|
||||
"tsx": "^4.19.3",
|
||||
"typescript": "^5.8.2"
|
||||
},
|
||||
"tsup": {
|
||||
"entry": [
|
||||
"src/cli/client.ts",
|
||||
"src/cli/proxy.ts",
|
||||
"src/react/index.ts"
|
||||
],
|
||||
"format": [
|
||||
"esm"
|
||||
],
|
||||
"dts": true,
|
||||
"clean": true,
|
||||
"outDir": "dist",
|
||||
"external": [
|
||||
"react"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue