js2ts: install_db.php

- jqValidateForm 구현
  - async-validator + 수작업
- common.js 없이 ventor -> 타겟 ts 직접
This commit is contained in:
2021-08-16 23:50:12 +09:00
parent 1acbf90261
commit 28d71b8ce2
10 changed files with 196 additions and 70 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ module.exports = [
inheritPoint: './hwe/ts/inheritPoint.ts',
common: './hwe/ts/common_deprecated.ts',
troop: './hwe/ts/troop.ts',
map: './hwe/ts/map.ts'
map: './hwe/ts/map.ts',
install_db: './hwe/ts/install_db',
},
output: {
filename: '[name].js',