We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba00e2 commit b743120Copy full SHA for b743120
package.json
@@ -17,6 +17,7 @@
17
"license": "MIT",
18
"type": "module",
19
"devDependencies": {
20
+ "@better-typescript-lib/es5": "^2.11.0",
21
"@codemirror/search": "^6.5.10",
22
"@codemirror/state": "^6.5.2",
23
"@codemirror/view": "^6.36.5",
@@ -28,7 +29,7 @@
28
29
"obsidian": "latest",
30
"obsidian-typings": "^2.44.3",
31
"tslib": "^2.8.1",
- "tsx": "^4.19.3",
32
+ "tsx": "^4.19.4",
33
"typescript": "^5.8.3"
34
}
35
scripts/esbuild.config.mts
@@ -39,6 +39,7 @@ const context = await esbuild.context({
39
treeShaking: true,
40
outfile: "main.js",
41
minify: prod ? true : false,
42
+ tsconfig: "tsconfig.json"
43
});
44
45
if (prod) {
0 commit comments