js2ts: battle_simulator

This commit is contained in:
2021-08-20 02:54:57 +09:00
parent 72a58827bf
commit 16a50d6271
5 changed files with 1078 additions and 11 deletions
+3 -2
View File
@@ -14,8 +14,9 @@ module.exports = [
common: './hwe/ts/common_deprecated.ts',
troop: './hwe/ts/troop.ts',
map: './hwe/ts/map.ts',
install_db: './hwe/ts/install_db',
install: './hwe/ts/install',
install_db: './hwe/ts/install_db.ts',
install: './hwe/ts/install.ts',
battle_simulator: './hwe/ts/battle_simulator.ts',
},
output: {
filename: '[name].js',