X-Git-Url: http://git.scottworley.com/vopamoi/blobdiff_plain/974848d36d6c4f1b171bd990f3d5659cb0e8134d..dc472fc583b2a3dc291ea6ec871842155d342d98:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 46292dc..36635cc 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: $(objs) .PHONY: all clean %.js: %.ts - tsc --strict $< + tsc --strict --target ES2020 $< clean: -rm $(objs)