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",