mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* Fixed core unit test and excluded instable ones * AAE-23287 migrate to storybook 8 --------- Co-authored-by: Vito Albano <vito.albano@hyland.com>
11 lines
189 B
JSON
11 lines
189 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true
|
|
|
|
},
|
|
|
|
"exclude": ["../**/*.spec.ts" ],
|
|
"include": ["../**/*.ts", "*.js", "main.js"]
|
|
}
|