Skip to content

Commit 2acfff4

Browse files
committed
ci: update interface exporting
1 parent 344485e commit 2acfff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"type": "module",
66
"scripts": {
7-
"build:interface": "esbuild sources/interface.ts --bundle --format=esm --splitting --sourcemap --target=es2024 --external:/node_modules --outdir=dist && tsc sources/interface.ts --outDir dist/types --declaration --emitDeclarationOnly",
7+
"build:interface": "esbuild sources/interface.ts --bundle --format=esm --splitting --sourcemap --target=es2024 --external:/node_modules --outdir=dist && tsc sources/interface.ts --outDir dist/types --declaration --emitDeclarationOnly --lib ES2024,DOM",
88
"build:userscript": "tsx builder.ts -- production",
99
"build": "npm run build:interface && npm run build:userscript",
1010
"debug": "tsx builder.ts -- development",

0 commit comments

Comments
 (0)