mirror of
https://github.com/robonen/questlang.git
synced 2026-03-20 02:44:47 +00:00
fix: ensure dts option is set to false for cli entry in tsdown.config.ts
This commit is contained in:
@@ -9,5 +9,6 @@ export default defineConfig([
|
||||
entry: 'src/cli.ts',
|
||||
noExternal: ['@clack/prompts'],
|
||||
minify: true,
|
||||
dts: false,
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user