mirror of
https://github.com/robonen/questlang.git
synced 2026-03-20 02:44:47 +00:00
feat: init
This commit is contained in:
12
tsdown.config.ts
Normal file
12
tsdown.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { defineConfig } from 'tsdown';
|
||||
|
||||
export default defineConfig([
|
||||
{
|
||||
entry: 'src/index.ts',
|
||||
dts: true,
|
||||
},
|
||||
{
|
||||
entry: 'src/cli.ts',
|
||||
noExternal: ['@clack/prompts'],
|
||||
},
|
||||
]);
|
||||
Reference in New Issue
Block a user