Files
stats/tooling/typescript/tsup.config.json
Carl-Gerhard Lindesvärd 5f873898e9 fix sdk api
2024-02-05 21:14:38 +01:00

10 lines
167 B
JSON

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