We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74354f commit eb41c59Copy full SHA for eb41c59
.vscode/tasks.json
@@ -1,7 +1,7 @@
1
{
2
"version": "0.1.0",
3
- "command": "tsc",
+ "command": "./node_modules/.bin/tsc",
4
"isShellCommand": true,
5
- "args": [],
+ "args": ["-p", "."],
6
"problemMatcher": "$tsc"
7
}
0 commit comments