mirror of
https://github.com/teableio/teable.git
synced 2026-02-19 17:19:50 +08:00
7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
import baseConfig from '@teable/v2-tsdown-config';
|
|
import { defineConfig } from 'tsdown';
|
|
|
|
export default defineConfig({
|
|
...baseConfig,
|
|
});
|