Skip to content

Commit

Permalink
Fix Storybook not working properly with fresh project
Browse files Browse the repository at this point in the history
  • Loading branch information
tancou committed Nov 10, 2021
1 parent 111e49e commit 6e980e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "../false",
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"node"
Expand Down
3 changes: 2 additions & 1 deletion angular.json
Expand Up @@ -12,7 +12,8 @@
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"project": "projects/ngx-daventure/ng-package.json"
"project": "projects/ngx-daventure/ng-package.json",
"tsConfig": "projects/ngx-daventure/tsconfig.lib.json"
},
"configurations": {
"production": {
Expand Down

0 comments on commit 6e980e6

Please sign in to comment.