mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
12 lines
235 B
JSON
12 lines
235 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"command": "./node_modules/.bin/tsc",
|
||
|
"type": "shell",
|
||
|
"args": ["-w", "-p", "./app", "--noEmit"],
|
||
|
"presentation": {
|
||
|
"reveal": "silent"
|
||
|
},
|
||
|
"isBackground": true,
|
||
|
"problemMatcher": "$tsc-watch"
|
||
|
}
|