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