This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Removes tslint problem matcher
main
Eric Amodio
5 years ago
parent
99da669273
commit
f0d4bb8ac5
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.vscode/tasks.json
+ 2
- 2
.vscode/tasks.json
View File
@ -20,7 +20,7 @@
"type"
:
"npm"
,
"script"
:
"build"
,
"group"
:
"build"
,
"problemMatcher"
:
[
"$ts-webpack"
,
"$tslint-webpack"
]
"problemMatcher"
:
[
"$ts-webpack"
]
}
,
{
"type"
:
"npm"
,
@ -36,7 +36,7 @@
"isDefault"
:
true
}
,
"isBackground"
:
true
,
"problemMatcher"
:
[
"$ts-webpack-watch"
,
"$tslint-webpack-watch"
]
"problemMatcher"
:
[
"$ts-webpack-watch"
]
}
]
}
Write
Preview
Loading…
Cancel
Save