1
0
Эх сурвалжийг харах

Sets tsc target to fix playground compile issues

Henning Dieterichs 2 жил өмнө
parent
commit
6c77360f6b

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

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