vscode 插件开发 typescript部分报错 Object is possibly 'undefined'.

在tsconfig.js中:

strict设置false状态

{
    "compilerOptions": {
        "strict": false,
        //...
    }
}

 

你可能感兴趣的:(vscode)