我在为我的项目创建新的 vue 页面时不断收到错误。错误是这样说的:
Vetur在 /xxxx/xxxxxx 中找不到
tsconfig.json或。jsconfig.json
解决这个问题的解决方案是什么?
创建文件:)
// tsconfig.json
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
// this enables stricter inference for data properties on `this`
"strict": true,
"jsx": "preserve",
"moduleResolution": "node"
}
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
6661 次 |
| 最近记录: |