fengxiang
2018-01-10 3517e796f650b8aed52165c1a5905456f54033ef
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,15 @@
    "lib": [
      "es2017",
      "dom"
    ]
    ],
    "baseUrl": "src/",
    "paths": {
        "@shared": [ "app/shared" ],
        "@shared/*": [ "app/shared/*" ],
        "@core": [ "app/core/" ],
        "@core/*": [ "app/core/*" ],
        "@business": [ "app/business/" ],
        "@business/*": [ "app/business/*" ]
    }
  }
}