modified: .vscode/launch.json
This commit is contained in:
Vendored
+1
-1
@@ -36,7 +36,7 @@
|
|||||||
"name": "Lint and Build",
|
"name": "Lint and Build",
|
||||||
"type": "node-terminal",
|
"type": "node-terminal",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"command": "npx tsc -noEmit && npm run build",
|
"command": "npm run lint && npm run build",
|
||||||
"cwd": "${workspaceFolder}"
|
"cwd": "${workspaceFolder}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user