forked from devsam/core
feat: typescript JosaUtil
This commit is contained in:
+3
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user