Merge branch 'feature-requirement' of http://222.76.244.118:3000/CPICXIM/it-console into feature-requirement
This commit is contained in:
commit
5c0050fe13
|
@ -2,7 +2,7 @@
|
||||||
* @Author: Kane
|
* @Author: Kane
|
||||||
* @Date: 2023-02-09 15:24:20
|
* @Date: 2023-02-09 15:24:20
|
||||||
* @LastEditors: Kane
|
* @LastEditors: Kane
|
||||||
* @LastEditTime: 2023-02-13 22:25:29
|
* @LastEditTime: 2023-02-13 23:28:22
|
||||||
* @FilePath: /后端辅助工具/tsconfig.json
|
* @FilePath: /后端辅助工具/tsconfig.json
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
|
@ -14,8 +14,10 @@
|
||||||
"strict": false,
|
"strict": false,
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
|
"allowJs": true,
|
||||||
|
"checkJs": false,
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"module": "ES6",
|
"module": "CommonJS",
|
||||||
"target": "ES2015"
|
"target": "ES2015"
|
||||||
},
|
},
|
||||||
// "files": [
|
// "files": [
|
||||||
|
|
Loading…
Reference in New Issue