mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-14 18:46:53 +08:00
3 lines
123 B
JavaScript
3 lines
123 B
JavaScript
import { extendConfig } from "@monkeytype/tsup-config";
|
|
|
|
export default extendConfig(() => ({ entry: ["src/index.ts"] }));
|