UNPKG

amadeus-ts

Version:

Node library for the Amadeus travel APIs Written in TypeScript

10 lines (8 loc) 182 B
import { defineConfig } from "tsup"; export default defineConfig({ entry: ["./src/amadeus/index.ts"], format: ["cjs", "esm"], dts: true, splitting: true, clean: true, });