Files
stats/tooling/typescript/tsup.config.json
Carl-Gerhard Lindesvärd 6ed8d3a543 remove source map from op1
2024-09-02 20:41:54 +02:00

14 lines
169 B
JSON

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