Skip to content

Commit a620b9f

Browse files
committed
Fixed tscheck
1 parent 3084560 commit a620b9f

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
@@ -32,7 +32,7 @@
3232
"test": "vitest",
3333
"gen": "node src/Blockly/gen.js",
3434
"dev": "vite",
35-
"tscheck": "tsc --noEmit"
35+
"tscheck": "tsc -b --noEmit"
3636
},
3737
"eslintConfig": {
3838
"extends": [

0 commit comments

Comments
 (0)