diff options
-rwxr-xr-x | bin/watch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/watch.sh b/bin/watch.sh index f93ce18..82686ae 100755 --- a/bin/watch.sh +++ b/bin/watch.sh @@ -9,7 +9,7 @@ trap "fuser -k 8000/tcp" EXIT # Watch TypeScript CHECK="echo Checking TypeScript… && tsc --checkJs" -BUILD="esbuild --bundle src/main.ts --target=es2016 --outdir=public" +BUILD="esbuild --bundle src/main.ts --target=es2017 --outdir=public" watchexec \ --clear \ --watch src \ |