소스 검색

Sets tsc target to fix playground compile issues

Henning Dieterichs 2 년 전
부모
커밋
6c77360f6b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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",