使用Angular 2.我更新了我的tsconfig.json,我如何确保设置适用?

时间:2016-08-03 19:30:00

标签: typescript angular

我已将paths添加到我的配置中,我不确定如何“保存”这些更改。

{
  "compileOnSave": true,
  "compilerOptions": {
    "declaration": false,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "mapRoot": "/",
    "module": "commonjs",
    "moduleResolution": "node",
    "noEmitOnError": true,
    "noImplicitAny": false,
    "outDir": "../dist/",
    "rootDir": ".",
    "paths": {
      "*": ["./*"]
    },
    "sourceMap": true,
    "target": "es5",
    "inlineSources": true
  },

  "files": [
    "main.ts",
    "typings.d.ts"
  ]
}

我正在为我的IDE使用visual studio代码。

1 个答案:

答案 0 :(得分:0)

我可能会对你的问题感到困惑,但要"保存"更改只需使用保存快捷方式,然后点击" CTRL"和" S"同时。如果未保存项目,则在VS中打开的选项卡上将显示*。