Skip to content

Commit 836ae96

Browse files
committed
Fixed so it works locally
1 parent a571fd4 commit 836ae96

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"react-dom": "^19.1.0",
2525
"react-i18next": "^15.6.0",
2626
"react-syntax-highlighter": "^15.6.1",
27+
"typescript": "^5.9.2",
2728
"web-vitals": "^5.0.3"
2829
},
2930
"scripts": {
@@ -32,7 +33,7 @@
3233
"test": "vitest",
3334
"gen": "node src/Blockly/gen.js",
3435
"dev": "vite",
35-
"tscheck": "tsc -b --noEmit"
36+
"tscheck": "npx tsc -b --noEmit"
3637
},
3738
"eslintConfig": {
3839
"extends": [

tsconfig.node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"noFallthroughCasesInSwitch": true,
2121
"noUncheckedSideEffectImports": true
2222
},
23-
"include": ["vite.config.ts"]
23+
"include": ["vite.config.mts"]
2424
}

0 commit comments

Comments
 (0)