Browse Source

Fix storybook not showing the correct controls (#3101)

pull/3106/head
Oscar Hinton 3 years ago committed by GitHub
parent
commit
7fb3b9cdc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tsconfig.json

2
tsconfig.json

@ -27,5 +27,5 @@ @@ -27,5 +27,5 @@
}
]
},
"include": ["apps/*/src/*", "libs/*/src/*"]
"include": ["apps/*/src/*", "libs/*/src/**/*"]
}

Loading…
Cancel
Save