如何在 nativescript 中使用 typescript?

How to use typescript in nativescript?

谁能告诉我如何为 nativescript 设置 typescript 环境的详细步骤?

假设 import fooModule = require('ui/image'); 在编译时不会给我红色下划线和错误。

它们附带的打字稿定义为 tns-definitions-*.tgz,您需要在项目中提取和 include。可从发布页面下载,例如https://github.com/NativeScript/NativeScript/releases/tag/v1.1.0

注意:一旦我们有了它就会变得更好:https://github.com/Microsoft/TypeScript/issues/2338

从 NativeScript 1.5 版开始,只需 运行

即可轻松设置 TypeScript
tns install typescript

在您的项目目录中。 这是有关如何设置的视频:Hello World native iOS mobile app using TypeScript and NativeScript