From d08dcd3fe4121d26663dbbee02f3d9e29f8a6be7 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Tue, 17 Apr 2018 13:24:32 +0800
Subject: [PATCH] Property 'i' does not exist on type 'OrganizationConfigComponent'.
---
tsconfig.json | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/tsconfig.json b/tsconfig.json
index 55ffe6b..e961ded 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,8 +7,6 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
- "noUnusedLocals": false,
- "noUnusedParameters": false,
"target": "es5",
"typeRoots": [
"node_modules/@types"
@@ -22,7 +20,13 @@
"@shared": [ "app/shared" ],
"@shared/*": [ "app/shared/*" ],
"@core": [ "app/core/" ],
- "@core/*": [ "app/core/*" ]
+ "@core/*": [ "app/core/*" ],
+ "@testing": [ "testing/" ],
+ "@testing/*": [ "testing/*" ],
+ "@env": [ "environments/" ],
+ "@env/*": [ "environments/*" ],
+ "@business": [ "app/business" ],
+ "@business/*": [ "app/business/*" ]
}
}
}
--
Gitblit v1.8.0