generated from thzxcx/vue3
45 lines
785 B
JSON
45 lines
785 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
|
"include": [
|
|
"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"
|
|
]
|
|
}
|
|
} |