[phaser] Add ScriptHost lib to resolve ActiveXObject.

This commit is contained in:
Mario Zechner 2022-12-27 11:45:49 +01:00
parent 97765425ec
commit c216384963
2 changed files with 191 additions and 5159 deletions

File diff suppressed because it is too large Load Diff

View File

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