mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-22 00:19:54 +08:00
9 lines
228 B
TypeScript
9 lines
228 B
TypeScript
import { defineConfig } from "tsdown";
|
|
import { baseConfig } from "../../tsdown.base.ts";
|
|
|
|
export default defineConfig({
|
|
...baseConfig,
|
|
entry: { "amll-lyric": "./src/index.ts" },
|
|
dts: { tsconfig: "./tsconfig.app.json" },
|
|
});
|