wot-design-uni/tsconfig.json
不如摸鱼去 7e84c5c91f
feat: 引入vitest做组件测试
* chore: 🚀 引入vitest做组件测试

* chore: 🚀 引入vitest做组件测试

* chore: 🚀 update workflow

* chore: 🚀 update workflow

* chore: 🚀 update workflow

* chore: 🚀 update workflow

* chore: 🚀 update nodejs version

* chore: 🚀 update nodejs version
2025-05-06 13:38:08 +08:00

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"
]
}