Skip to content

Commit eb41c59

Browse files
committed
use project's tsc
1 parent a74354f commit eb41c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/tasks.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "0.1.0",
3-
"command": "tsc",
3+
"command": "./node_modules/.bin/tsc",
44
"isShellCommand": true,
5-
"args": [],
5+
"args": ["-p", "."],
66
"problemMatcher": "$tsc"
77
}

0 commit comments

Comments
 (0)