diff --git a/code/web/task_schedule/shims-vue.d.ts b/code/web/task_schedule/shims-vue.d.ts index 866e599..b4f89f6 100644 --- a/code/web/task_schedule/shims-vue.d.ts +++ b/code/web/task_schedule/shims-vue.d.ts @@ -3,12 +3,13 @@ * @Date: 2023-03-04 17:23:02 * @LastEditors: Kane * @FilePath: /task_schedule/shims-vue.d.ts - * @Description: - * - * Copyright (c) ${2022} by Kane, All Rights Reserved. + * @Description: + * + * Copyright (c) ${2022} by Kane, All Rights Reserved. */ -declare module '*.vue' { - import { ComponentOptions } from 'vue'; +declare module "*.vue" +{ + import { type ComponentOptions } from "vue"; const componentOptions: ComponentOptions; export default componentOptions; -} \ No newline at end of file +} diff --git a/code/web/task_schedule/tsconfig.json b/code/web/task_schedule/tsconfig.json index dd548da..50fc3d9 100644 --- a/code/web/task_schedule/tsconfig.json +++ b/code/web/task_schedule/tsconfig.json @@ -12,7 +12,7 @@ "forceConsistentCasingInFileNames": true, "useDefineForClassFields": true, "target": "ESNext", - "module": "CommonJS", + "module": "ESNext", "moduleResolution": "node", "strict": true, "jsx": "preserve",