diff --git a/packages/xsschema/tsup.config.ts b/packages/xsschema/tsup.config.ts new file mode 100644 index 00000000..490b0c08 --- /dev/null +++ b/packages/xsschema/tsup.config.ts @@ -0,0 +1,9 @@ +import { defineConfig } from 'tsup' +import defaults from '../../tsup.config' + +export default defineConfig({ + ...defaults, + dts: { + resolve: ['@standard-schema/spec', 'json-schema'] + } +}) \ No newline at end of file