generated from thzxcx/vue3
feat: ts声明
This commit is contained in:
@ -3,12 +3,19 @@
|
||||
"include": ["env.d.ts", "packages/**/*", "packages/**/*.vue", "stories/**","types/**"],
|
||||
"exclude": ["src/**/__tests__/*"],
|
||||
"compilerOptions": {
|
||||
"ignoreDeprecations": "5.0",
|
||||
"sourceMap": true,
|
||||
"composite": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./packages/*"],
|
||||
"~/*": ["./packages/*"]
|
||||
},
|
||||
"lib": ["esnext", "dom"],
|
||||
"types": ["@dcloudio/types", "@uni-helper/uni-app-types", "@uni-helper/uni-cloud-types", "@uni-helper/uni-ui-types"],
|
||||
"noImplicitAny":false
|
||||
},
|
||||
"vueCompilerOptions": {
|
||||
"nativeTags": ["block", "component", "template", "slot"]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user