Browse Source

[phaser] Add ScriptHost lib to resolve ActiveXObject.

Mario Zechner 2 years ago
parent
commit
c216384963
2 changed files with 327 additions and 5322 deletions
  1. 325 5321
      spine-ts/package-lock.json
  2. 2 1
      spine-ts/tsconfig.base.json

File diff suppressed because it is too large
+ 325 - 5321
spine-ts/package-lock.json


+ 2 - 1
spine-ts/tsconfig.base.json

@@ -8,7 +8,8 @@
 		"esModuleInterop": true,
 		"lib": [
 			"DOM",
-			"ES2015"
+			"ES2015",
+			"ScriptHost"
 		],
 		"declaration": true,
 		"composite": true,

Some files were not shown because too many files changed in this diff