Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前在 Node.js 中有一个现有项目,我想将其迁移到 TypeScript 项目。
我怎样才能做到这一点?
谢谢您的帮助。
最简单的方法是查看 TypeScript 提供的 Node 示例。它已经包含了内置 NodeJS 模块的声明。
导入 node.js 后,您可以开始一一转换模块。由于Typescript会转成JS,你可以一次转换一个文件,马上测试!
有了环境,它应该很容易做到!祝你转换好运。