mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
4 lines
137 B
TypeScript
4 lines
137 B
TypeScript
import createJsLibraryTsupConfig from '../../configs/tsup/js-library';
|
|
|
|
export default createJsLibraryTsupConfig({ barrelFile: false });
|