mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-6162][AAE-6163] Add the storybook target to core and content (#7303)
* Add the storybook target to core and content * Remove test story
This commit is contained in:
10
lib/core/.storybook/tsconfig.json
Normal file
10
lib/core/.storybook/tsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"emitDecoratorMetadata": true
|
||||
|
||||
},
|
||||
|
||||
"exclude": ["../**/*.spec.ts" ],
|
||||
"include": ["../**/*.ts", "*.js"]
|
||||
}
|
Reference in New Issue
Block a user