Skip to content

Commit b743120

Browse files
committed
chore: update corresponding typescript deps
1 parent 3ba00e2 commit b743120

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"license": "MIT",
1818
"type": "module",
1919
"devDependencies": {
20+
"@better-typescript-lib/es5": "^2.11.0",
2021
"@codemirror/search": "^6.5.10",
2122
"@codemirror/state": "^6.5.2",
2223
"@codemirror/view": "^6.36.5",
@@ -28,7 +29,7 @@
2829
"obsidian": "latest",
2930
"obsidian-typings": "^2.44.3",
3031
"tslib": "^2.8.1",
31-
"tsx": "^4.19.3",
32+
"tsx": "^4.19.4",
3233
"typescript": "^5.8.3"
3334
}
3435
}

scripts/esbuild.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const context = await esbuild.context({
3939
treeShaking: true,
4040
outfile: "main.js",
4141
minify: prod ? true : false,
42+
tsconfig: "tsconfig.json"
4243
});
4344

4445
if (prod) {

0 commit comments

Comments
 (0)