Pārlūkot izejas kodu

Sets tsc target to fix playground compile issues

Henning Dieterichs 2 gadi atpakaļ
vecāks
revīzija
6c77360f6b
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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",