chore: 🔨 typescript编译器移除include不存在的文件
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user