Files
stats/tooling/typescript/tsup.config.json
Carl-Gerhard Lindesvärd 4ddafcad07 add native and web sdks
2023-11-06 08:52:58 +01:00

9 lines
131 B
JSON

{
"entry": ["index.ts"],
"format": ["cjs", "esm"],
"dts": true,
"splitting": false,
"sourcemap": true,
"clean": true
}