随笔分类 -  TS

TypeScript
TypeScript 高级类型
摘要:1 /** 2 * @name sfxATypes 3 * @author shenyc 4 * @date 2021-08-09 5 * @copyright Copy right (c) shenyc (shenyczz@163.com). 6 * All rights reserved. 7 阅读全文

posted @ 2021-08-09 21:47 shenyczz 阅读(110) 评论(0) 推荐(0)

ts 开发 cannot find module 'xxxx'
摘要:打开 tsconfig.json, 添加 "moduleResolution": "node", ok 参考: https://www.typescriptlang.org/docs/handbook/module-resolution.html 阅读全文

posted @ 2021-08-05 13:53 shenyczz 阅读(768) 评论(0) 推荐(0)

导航