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 ba60266 commit 847e1ccCopy full SHA for 847e1cc
package.json
@@ -42,7 +42,7 @@
42
},
43
"scripts": {
44
"vscode:prepublish": "npm run compile",
45
- "compile": "tsc -b",
+ "compile": "tsc --version && tsc -b",
46
"watch": "tsc -b -w"
47
48
"devDependencies": {
server/package.json
@@ -15,7 +15,7 @@
15
16
"build-wasm": "tree-sitter build --wasm ../tree-sitter-scrapscript",
17
"build": "tree-sitter build ../tree-sitter-scrapscript",
18
19
"watch": "tsc -b -w",
20
"test": "jest",
21
"test:watch": "jest --watch"
0 commit comments