From bcad0f7056b6dd2cb5f63c43bb3348f9d01b443c Mon Sep 17 00:00:00 2001 From: vsavkin Date: Wed, 30 Aug 2017 14:34:13 -0400 Subject: [PATCH] fix tsconfig --- tsconfig.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 8d878d46c0..ac1165dc79 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,12 +10,13 @@ "skipLibCheck": true, "lib": [ "es2017" - ] - }, - "path": { - "@nrwl/schematics": [ - "packages/schematics/index" - ] + ], + "baseUrl": ".", + "paths": { + "@nrwl/schematics": [ + "./packages/schematics" + ] + } }, "exclude": [ "tmp",