Skip to content

Commit ae3f2fd

Browse files
committed
Add ts to bundle
1 parent ace3c72 commit ae3f2fd

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"package.json":"Patch"},"note":"Add ts to bundle","date":"2026-03-14T18:05:08.961609Z"}

.vscodeignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ AGENTS.md
1414
bunfig.toml
1515
README.md
1616
.changepacks/**
17+
coverage/**
18+
node_modules/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
"scripts": {
7979
"build": "bun build ./src/extension.ts --outdir ./out --format cjs --target node --external vscode --external typescript --sourcemap=linked",
80-
"build:production": "bun build ./src/extension.ts --outdir ./out --format cjs --target node --external vscode --external typescript --minify",
80+
"build:production": "bun build ./src/extension.ts --outdir ./out --format cjs --target node --external vscode --minify",
8181
"watch": "bun build ./src/extension.ts --outdir ./out --format cjs --target node --external vscode --external typescript --sourcemap=linked --watch",
8282
"typecheck": "tsc -p ./tsconfig.json",
8383
"lint": "oxlint .",

0 commit comments

Comments
 (0)