沈斌
2017-12-18 48df4c700b3190c8f3868da6cce7c98fce75f7c5
tsconfig.json
@@ -14,6 +14,13 @@
    "lib": [
      "es2017",
      "dom"
    ]
    ],
    "baseUrl": "src/",
    "paths": {
        "@shared": [ "app/shared" ],
        "@shared/*": [ "app/shared/*" ],
        "@core": [ "app/core/" ],
        "@core/*": [ "app/core/*" ]
    }
  }
}