fengxiang
2018-01-11 3405a42d4434bb77026c029ed20f2898ba665107
src/tsconfig.spec.json
@@ -10,12 +10,16 @@
      "node"
    ],
    "paths": {
      "@shared": [ "app/shared" ],
      "@shared/*": [ "app/shared/*" ],
      "@core": [ "app/core/" ],
      "@core/*": [ "app/core/*" ],
      "@business": [ "app/business/" ],
      "@business/*": [ "app/business/*" ]
        "@shared": [ "app/shared" ],
        "@shared/*": [ "app/shared/*" ],
        "@core": [ "app/core/" ],
        "@core/*": [ "app/core/*" ],
        "@testing": [ "testing/" ],
        "@testing/*": [ "testing/*" ],
        "@env": [ "environments/" ],
        "@env/*": [ "environments/*" ],
        "@business": [ "app/business" ],
        "@business/*": [ "app/business/*" ]
    }
  },
  "files": [