tsconfig.json
@@ -7,6 +7,8 @@ "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, "noUnusedLocals": false, "noUnusedParameters": false, "target": "es5", "typeRoots": [ "node_modules/@types" @@ -20,7 +22,9 @@ "@shared": [ "app/shared" ], "@shared/*": [ "app/shared/*" ], "@core": [ "app/core/" ], "@core/*": [ "app/core/*" ] "@core/*": [ "app/core/*" ], "@business": [ "app/business/" ], "@business/*": [ "app/business/*" ] } } }