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