如何使用重复标识符使TypeScript编译器静音?

时间:2016-01-13 16:39:20

标签: typescript webstorm

如何使用WebStorm使用重复标识符使TypeScript编译器静音?

见下文:

enter image description here

tsconfig:

   {
  "compilerOptions": {
    "target": "ES5",
    "module": "commonjs",
    "moduleResolution": "node",
    "removeComments": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "noEmitHelpers": false,
    "sourceMap": true
  },
  "exclude": [
    "node_modules"
  ],
  "compileOnSave": false,
  "buildOnSave": false
}

此致

肖恩

1 个答案:

答案 0 :(得分:0)

我认为您应该将tsconfig.json移动到真实代码文件的根目录中。

在这种情况下,目录树中的文件更高,并尝试验证node_modules。