摘要: TS2307: Cannot find module ‘moduleA’. TS2339: Property ‘xxx’ does not exist on type ‘yyy’. 当使用表达式 window.xxx 时, typescript 会尝试从 yyy 对象上解析 xxx 属性, 如果没有 阅读全文
posted @ 2021-11-03 14:45 王猪猴 阅读(597) 评论(0) 推荐(0) 编辑
摘要: 添加 typescript 依赖和 tsconfig.json $ yarn tsc --init 其中 yarn tsc --init 使用本地刚安装的 typescript 初始化了一个 tsconfig.json 含有很多默认配置的文件 修改 tsconfig.json 为以下内容 (可自行配 阅读全文
posted @ 2021-11-03 14:41 王猪猴 阅读(416) 评论(0) 推荐(0) 编辑
摘要: surround 插件可以快速编辑围绕在内容两端的字符(pairs of things surrounding things),比如成对出现的括号、引号,甚至HTML/XML标签等。 surround插件主要提供以下命令: ys添加环绕字符 yS添加环绕字符并拆分新行 yss为整行添加环绕字符 yS 阅读全文
posted @ 2021-11-03 14:17 王猪猴 阅读(372) 评论(0) 推荐(0) 编辑