feat: typescript JosaUtil

This commit is contained in:
2021-12-18 17:33:54 +09:00
parent bc1ca6274d
commit edca481362
4 changed files with 987 additions and 398 deletions
+3 -1
View File
@@ -9,7 +9,8 @@
"buildDev": "webpack --mode=development",
"watch": "webpack watch --mode=development",
"watchProd": "webpack watch",
"lint": "eslint hwe/ts"
"lint": "eslint hwe/ts",
"tsNode": "node --loader ts-node/esm --experimental-specifier-resolution=node"
},
"repository": {
"type": "git",
@@ -83,6 +84,7 @@
"sass": "^1.45.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.3",
"url-loader": "^4.1.1",
"vue-eslint-parser": "^8.0.1",