- 创建一个 WinJS windows 8 应用程序
- 将 windows 8 phonegap javascript 库添加到项目中
- 从https://github.com/borisyankov/DefinitelyTyped添加 d.ts phonegap typescript 定义库
- 将 script.ts 文件添加到项目中
- 键入以下内容
代码:
///<reference path="phonegap.d.ts" />
var x = 1;
现在,如果您在 VS 中“编译”script.ts 文件,我会收到以下错误
C:/Program Files (x86)/Microsoft SDKs/TypeScript/lib.d.ts(4551,4):
Signature for 'clearWatch' is duplicated
在我的 VS 2012 中,我还安装了以下扩展(可能与问题有关,但不确定)
- 打字稿
- 网络要点