UNPKG

@cristiansantana/chile-rut

Version:

Javascript (Typescript ready) chilean RUT toolset: Validate, generate and verify format.

10 lines (8 loc) 181 B
import { defineConfig } from "tsup"; export default defineConfig({ entryPoints: ["src/index.ts"], dts: true, sourcemap: true, clean: true, format: ["esm"], });