Skip to content

Commit

Permalink
fix: move tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Nov 1, 2024
1 parent e50d2c4 commit 97ae958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -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"],
Expand Down

0 comments on commit 97ae958

Please sign in to comment.