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.
tsc
1 parent 8211dc3 commit f0c9dd6Copy full SHA for f0c9dd6
build/package.json
@@ -66,9 +66,9 @@
66
"vscode-universal-bundler": "^0.0.2"
67
},
68
"scripts": {
69
- "compile": "tsc -p tsconfig.build.json",
70
- "watch": "tsc -p tsconfig.build.json --watch",
71
- "npmCheckJs": "tsc --noEmit"
+ "compile": "../node_modules/.bin/tsc -p tsconfig.build.json",
+ "watch": "../node_modules/.bin/tsc -p tsconfig.build.json --watch",
+ "npmCheckJs": "../node_modules/.bin/tsc --noEmit"
72
73
"dependencies": {}
74
}
0 commit comments