diff --git a/angular.json b/angular.json index 64883c0a..e5dd063f 100644 --- a/angular.json +++ b/angular.json @@ -40,7 +40,7 @@ "builder": "@storybook/angular:start-storybook", "options": { "configDir": ".storybook", - "tsConfig": ".storybook/tsconfig.json", + "tsConfig": "./tsconfig.json", "browserTarget": "@swimlane/ngx-graph:build", "compodoc": true, "compodocArgs": ["-e", "json", "-d", ".", "projects/swimlane/ngx-graph"], @@ -51,7 +51,7 @@ "builder": "@storybook/angular:build-storybook", "options": { "configDir": ".storybook", - "tsConfig": ".storybook/tsconfig.json", + "tsConfig": "./tsconfig.json", "browserTarget": "@swimlane/ngx-graph:build", "compodoc": true, "compodocArgs": ["-e", "json", "-d", ".", "projects/swimlane/ngx-graph"],