mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 00:15:06 +08:00
feat: add auto imports
This commit is contained in:
@ -33,6 +33,11 @@
|
||||
],
|
||||
"typeRoots": ["./node_modules/@types/", "./types"]
|
||||
},
|
||||
"include": ["src/**/*", "types/**/*.d.ts"],
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"types/**/*.d.ts",
|
||||
"src/types/auto-imports.d.ts",
|
||||
"src/types/auto-components.d.ts"
|
||||
],
|
||||
"exclude": ["dist", "node_modules"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user