摘要:
完整错误如下。点击错误信息会定位到tsconfig.json和tsconfig.node.json两个文件。 Option 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Spec 阅读全文
摘要:
一、通过 require 方法 1.1. 安装 @types/node 并在 tsconfig.json 配置,如下图所示。 npm i @types/node 1.2. 在ts或vue中引入 const vc: any = require('@/libs/VCtrl.js') 二、通过 decla 阅读全文