声明定义文件中的函数未读取

时间:2016-08-11 16:40:25

标签: typescript typescript-typings

我有一个包含以下代码的定义文件:

declare function $$(el: string): Element; 

我从main.ts文件中引用了该定义文件,但未找到名称$$ 它是如何工作的?

1 个答案:

答案 0 :(得分:0)

  

它是如何运作的?

添加tsconfig.json并在files中明确列出该文件,以确保无误。它绝对应该有用。

更多

https://basarat.gitbooks.io/typescript/content/docs/project/compilation-context.html