UNPKG

qwerty-dubeolsik

Version:

⌨ This library allows you to easily convert Korean keys to English or English keys to Korean on a QWERTY keyboard.

10 lines (8 loc) 250 B
// eslint-disable-next-line import/no-extraneous-dependencies import { defineConfig } from "tsup"; export default defineConfig({ entry: ["src/**/**.ts", "!src/**/**.test.*"], format: ["cjs", "esm"], dts: true, tsconfig: "tsconfig.json", });