添加工具类

This commit is contained in:
zhangyiming
2020-11-19 11:41:58 +08:00
parent 3cc8a1f3fe
commit 854432ea81
17 changed files with 403 additions and 36 deletions

View File

@@ -12,6 +12,7 @@
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"resolveJsonModule": true, // 包含导入的模块。json的扩展
"types": [
"webpack-env",
"jest"
@@ -37,5 +38,5 @@
],
"exclude": [
"node_modules"
]
],
}