This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree 4 files changed +169
-70
lines changed
4 files changed +169
-70
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " vue-cli" ,
3
3
"private" : true ,
4
4
"scripts" : {
5
+ "type-check" : " vue-tsc --noEmit" ,
5
6
"dev" : " vue-cli-service serve" ,
6
7
"build" : " vue-cli-service build" ,
7
8
"lint" : " vue-cli-service lint"
15
16
"@vue/cli-plugin-babel" : " ^5.0.4" ,
16
17
"@vue/cli-plugin-typescript" : " ^5.0.4" ,
17
18
"@vue/cli-service" : " ^5.0.4" ,
18
- "typescript" : " ^4.7.2 " ,
19
+ "typescript" : " ^4.7.4 " ,
19
20
"unplugin-vue2-script-setup" : " workspace:*" ,
20
- "vue-template-compiler" : " ^2.6.14"
21
- },
22
- "vueCompilerOptions" : {
23
- "experimentalCompatMode" : 2
21
+ "vue-template-compiler" : " ^2.6.14" ,
22
+ "vue-tsc" : " ^0.38.1"
24
23
}
25
24
}
Original file line number Diff line number Diff line change 26
26
" node_modules"
27
27
],
28
28
"vueCompilerOptions" : {
29
- "experimentalCompatMode " : 2
29
+ "target " : 2
30
30
}
31
31
}
Original file line number Diff line number Diff line change 119
119
"rollup" : " ^2.74.1" ,
120
120
"rollup-plugin-dts" : " ^4.2.1" ,
121
121
"rollup-plugin-typescript2" : " ^0.31.2" ,
122
- "typescript" : " ^4.7.2 " ,
122
+ "typescript" : " ^4.7.4 " ,
123
123
"vite" : " ^2.9.9" ,
124
124
"vitest" : " ^0.12.9"
125
125
},
You can’t perform that action at this time.
0 commit comments