mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 09:08:51 +08:00
* chore: 🚀 引入vitest做组件测试 * chore: 🚀 引入vitest做组件测试 * chore: 🚀 update workflow * chore: 🚀 update workflow * chore: 🚀 update workflow * chore: 🚀 update workflow * chore: 🚀 update nodejs version * chore: 🚀 update nodejs version
39 lines
702 B
JSON
39 lines
702 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.json",
|
|
"compilerOptions": {
|
|
"verbatimModuleSyntax": false,
|
|
"ignoreDeprecations": "5.0",
|
|
"lib": [
|
|
"ESNext",
|
|
"DOM",
|
|
"DOM.Iterable"
|
|
],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"./src/*"
|
|
]
|
|
},
|
|
"types": [
|
|
"node",
|
|
"@dcloudio/types",
|
|
"mini-types",
|
|
"@uni-helper/uni-types",
|
|
"miniprogram-api-typings",
|
|
"@types/node",
|
|
"vitest/jsdom"
|
|
],
|
|
"sourceMap": true,
|
|
"module": "ESNext"
|
|
},
|
|
"vueCompilerOptions": {
|
|
"plugins": [
|
|
"@uni-helper/uni-types/volar-plugin"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"unpackage",
|
|
"src/**/*.nvue"
|
|
]
|
|
} |