[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:
Maurizio Vitale
2021-10-22 16:06:43 +01:00
committed by GitHub
parent d3f99a74b0
commit 6861e5320e
3 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"emitDecoratorMetadata": true
},
"exclude": ["../**/*.spec.ts" ],
"include": ["../**/*.ts", "*.js"]
}