X-Git-Url: http://git.scottworley.com/vopamoi/blobdiff_plain/974848d36d6c4f1b171bd990f3d5659cb0e8134d..5800003c2aef2d94e7225ef54c7e6eb782ac8514:/Makefile 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)