add native and web sdks
This commit is contained in:
8
tooling/typescript/tsup.config.json
Normal file
8
tooling/typescript/tsup.config.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"entry": ["index.ts"],
|
||||
"format": ["cjs", "esm"],
|
||||
"dts": true,
|
||||
"splitting": false,
|
||||
"sourcemap": true,
|
||||
"clean": true
|
||||
}
|
||||
Reference in New Issue
Block a user