Files
alfresco-ng2-components/lib/core/.storybook/tsconfig.json
Wojciech Duda f4e2202a13 AAE-23287 migrate to storybook 8 (#9867)
* Fixed core unit test and excluded instable ones

* AAE-23287 migrate to storybook 8

---------

Co-authored-by: Vito Albano <vito.albano@hyland.com>
2024-07-05 11:51:00 +01:00

11 lines
189 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"emitDecoratorMetadata": true
},
"exclude": ["../**/*.spec.ts" ],
"include": ["../**/*.ts", "*.js", "main.js"]
}