Skip to content

Commit fc89380

Browse files
committed
Add --verbose flag
1 parent ba60266 commit fc89380

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
@@ -42,7 +42,7 @@
4242
},
4343
"scripts": {
4444
"vscode:prepublish": "npm run compile",
45-
"compile": "tsc -b",
45+
"compile": "tsc -b --verbose",
4646
"watch": "tsc -b -w"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)