为什么我没有定义XMLHttpRequest?

时间:2017-11-21 15:27:17

标签: angular typescript debugging webpack visual-studio-code

我是开发Angular应用程序的新手。我创建了一个使用Angular,TypeScript并使用webpack捆绑所有内容的应用程序。

简而言之,这就是我得到的 enter image description here

这是我的launch.json文件

 {
        "name": "Launch Program",
        "type": "node",
        "request": "launch",
        "cwd": "${workspaceRoot}",
        "program": "${workspaceRoot}/src/main.ts",
        "outFiles": [
          "${workspaceRoot}/dist/main.js"
        ],
        "sourceMaps": true
    }

我已经安装了npm for xmlhttprequest,但我仍然得到相同的结果。

为什么我没有定义XMLHttpRequest?

0 个答案:

没有答案