mirror of
https://github.com/jakejarvis/rdapper.git
synced 2026-09-23 00:15:31 -04:00
Make the (very minimal) CLI official
This commit is contained in:
+2
-1
@@ -1,8 +1,9 @@
|
||||
import { defineConfig } from "tsdown";
|
||||
|
||||
export default defineConfig({
|
||||
entry: ["src/index.ts"],
|
||||
platform: "node",
|
||||
entry: ["src/index.ts"],
|
||||
dts: true,
|
||||
nodeProtocol: "strip",
|
||||
external: ["tldts"],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user