WebStorm没有编译Angular TS代码

时间:2017-04-28 15:33:06

标签: angular typescript webstorm

我正在为Angular 2开发尝试WebStorm IDE。但坚持在TS文件上无关的警告/错误

以下是WebStorm的屏幕截图:

enter image description here

我尝试在

中设置TS编译器
  

文件>设置>语言和框架> TypeScript及以下是截图

enter image description here

请帮助

{
"compileOnSave": true,
"compilerOptions": {
    "outDir": "./dist/out-tsc",
    "baseUrl": "src",
    "sourceMap": true,
    "declaration": false,
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "target": "es5",
    "typeRoots": [
        "node_modules/@types"
    ],
    "lib": [
        "es2016",
        "dom"
    ]
}
}

0 个答案:

没有答案