gpt4 book ai didi

vue.js - 查找 tsconfig.json 或 jsconfig.json 时出现 Vetur 错误

转载 作者:行者123 更新时间:2023-12-04 14:07:49 32 4
gpt4 key购买 nike

在为我的项目制作新的 vue 页面时,我不断收到错误消息。错误是说:

Vetur can't find tsconfig.json or jsconfig.json in /xxxx/xxxxxx.


解决此问题的解决方案是什么?

最佳答案

创建文件:)
See the docs

// tsconfig.json
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
// this enables stricter inference for data properties on `this`
"strict": true,
"jsx": "preserve",
"moduleResolution": "node"
}
}

关于vue.js - 查找 tsconfig.json 或 jsconfig.json 时出现 Vetur 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67001648/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com