feat: init
This commit is contained in:
13
tsdown.config.ts
Normal file
13
tsdown.config.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { defineConfig } from 'tsdown';
|
||||
|
||||
export default defineConfig({
|
||||
entry: ['src/index.ts'],
|
||||
format: ['esm'],
|
||||
platform: 'node',
|
||||
clean: true,
|
||||
sourcemap: true,
|
||||
dts: false,
|
||||
minify: false,
|
||||
treeshake: true,
|
||||
noExternal: ['better-sqlite3', 'grammy', '@grammyjs/conversations'],
|
||||
});
|
||||
Reference in New Issue
Block a user