mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-20 23:35:06 +08:00
8 lines
141 B
TypeScript
8 lines
141 B
TypeScript
|
|
import type { UserConfig } from "tsdown";
|
||
|
|
|
||
|
|
export const baseConfig: UserConfig = {
|
||
|
|
format: ["esm", "cjs"],
|
||
|
|
dts: true,
|
||
|
|
sourcemap: true,
|
||
|
|
};
|