diff --git a/code/ts/后端辅助工具/tsconfig.json b/code/ts/后端辅助工具/tsconfig.json index 1367464..73ab8cc 100644 --- a/code/ts/后端辅助工具/tsconfig.json +++ b/code/ts/后端辅助工具/tsconfig.json @@ -2,7 +2,7 @@ * @Author: Kane * @Date: 2023-02-09 15:24:20 * @LastEditors: Kane - * @LastEditTime: 2023-02-13 22:25:29 + * @LastEditTime: 2023-02-13 23:28:22 * @FilePath: /后端辅助工具/tsconfig.json * @Description: * @@ -14,8 +14,10 @@ "strict": false, "strictNullChecks": true, "sourceMap": true, + "allowJs": true, + "checkJs": false, "moduleResolution": "node", - "module": "ES6", + "module": "CommonJS", "target": "ES2015" }, // "files": [