Files
alfresco-ng2-components/lib/process-services-cloud/.storybook/tsconfig.json
Ehsan Rezaei 38ccfa1377 AAE-20808 Switch to new graphql library (#10390)
* AAE-20808 Switch to new graphql library

* AAE-20808 Code refactoring

* AAE-20808 Fixed storybook build
2024-11-21 10:37:05 +00:00

11 lines
207 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"emitDecoratorMetadata": true
},
"exclude": ["../**/*.spec.ts" ],
"include": ["../src/**/*", "*.js", "../../core/feature-flags"]
}