types(cli): fit typescript@4.1

This commit is contained in:
chenjiahan
2020-11-21 21:15:10 +08:00
parent 265ca82686
commit 23e647805a
5 changed files with 7 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ function watch() {
}
function build() {
return new Promise((resolve, reject) => {
return new Promise<void>((resolve, reject) => {
const config = getSitePrdConfig();
webpack(config, (err, stats) => {