fengxiang
2017-12-27 e8c0a91458bf36db6b20bf2abd9a035d8ca466f9
tsconfig.json
@@ -7,6 +7,8 @@
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "noUnusedLocals": false,
    "noUnusedParameters": false,
    "target": "es5",
    "typeRoots": [
      "node_modules/@types"
@@ -14,6 +16,13 @@
    "lib": [
      "es2017",
      "dom"
    ]
    ],
    "baseUrl": "src/",
    "paths": {
        "@shared": [ "app/shared" ],
        "@shared/*": [ "app/shared/*" ],
        "@core": [ "app/core/" ],
        "@core/*": [ "app/core/*" ]
    }
  }
}