Explorar o código

Sets tsc target to fix playground compile issues

Henning Dieterichs %!s(int64=2) %!d(string=hai) anos
pai
achega
6c77360f6b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      website/scripts/check-playground-samples-js.ts

+ 2 - 0
website/scripts/check-playground-samples-js.ts

@@ -14,6 +14,8 @@ import { exit } from "process";
 					"yarn",
 					[
 						"tsc",
+						"--target",
+						"es6",
 						"--noEmit",
 						"--allowJs",
 						"--checkJs",