0


Cannot find base config file @vue/tsconfig/tsconfig.web.json

vue升级到最新版本,node18 会出现warning 参考issues

Cannot find base config file @vue/tsconfig/tsconfig.web.json

"dependencies":{..."vue":"^3.3.4"},"devDependencies":{..."vite":"^4.3.8",}

解决方案

"extends":"@vue/tsconfig/tsconfig.web.json",// 改成:"extends":"@tsconfig/node18/tsconfig.json","devDependencies":{// 增加"@tsconfig/node18":"^2.0.1"}
标签: json vue.js javascript

本文转载自: https://blog.csdn.net/goodcto/article/details/131509032
版权归原作者 屹想天开 所有, 如有侵权,请联系我们删除。

“Cannot find base config file @vue/tsconfig/tsconfig.web.json”的评论:

还没有评论