Add tsup configs
This commit is contained in:
14
packages/sdk/tsup.config.json
Normal file
14
packages/sdk/tsup.config.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"entry": [
|
||||||
|
"index.ts"
|
||||||
|
],
|
||||||
|
"format": [
|
||||||
|
"cjs",
|
||||||
|
"esm"
|
||||||
|
],
|
||||||
|
"dts": true,
|
||||||
|
"splitting": false,
|
||||||
|
"sourcemap": true,
|
||||||
|
"clean": true,
|
||||||
|
"minify": true
|
||||||
|
}
|
Reference in New Issue
Block a user