diff --git a/tsconfig.json b/tsconfig.json index 7d515579..19d8218f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,12 +23,6 @@ }, "types": ["vite/client", "element-plus/global"] }, - "include": [ - "mock/**/*.ts", - "src/**/*.ts", - "src/**/*.vue", - "vite.config.ts", - "src/views/system/notice/components/myvue" - ], + "include": ["mock/**/*.ts", "src/**/*.ts", "src/**/*.vue", "vite.config.ts"], "exclude": ["node_modules", "dist", "**/*.js"] }