我使用WebStorm进行Angular2 / TypeScript开发。
const eventSource = new EventSource('/interval-sse-observable');
但我的问题是“EventSource”对象无法识别(红色下划线,找不到名称'EventSource')。
如何解决?
答案 0 :(得分:0)
请尝试这个打字稿版本。
“typescript”:“2.8.3”
npm remove typescript // remove old version
npm install typescript
然后再试一次