mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-05-12 22:31:33 +08:00
chore: use @vue/tsconfig deps
This commit is contained in:
parent
535f73b9b4
commit
c04ab8c41b
@ -57,6 +57,7 @@
|
||||
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3061420221216001",
|
||||
"@dcloudio/uni-stacktracey": "3.0.0-alpha-3061420221216001",
|
||||
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-3061420221216001",
|
||||
"@vue/tsconfig": "^0.1.3",
|
||||
"typescript": "^4.9.4",
|
||||
"vite": "4.0.3"
|
||||
}
|
||||
|
@ -1,14 +1,7 @@
|
||||
{
|
||||
"extends": "@vue/tsconfig/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"useDefineForClassFields": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"jsx": "preserve",
|
||||
"sourceMap": true,
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": ["esnext", "dom"],
|
||||
"types": ["@dcloudio/types"]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user