UNPKG

@3kjos/fortress

Version:

3kjos fortress is an authentification ecosystem.

8 lines (7 loc) 147 B
import {defineConfig} from 'tsup'; export default defineConfig({ entry: ['src/index.ts'], format: ['esm'], clean: true, dts: true, });