mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* AAE-20808 using new GraphQL library * AAE-20808 Code refactoring * AAE-20808 Improving unit tests * AAE-20808 unit test improvement * AAE-20808 Fixed process services storybook build
11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true
|
|
|
|
},
|
|
|
|
"exclude": ["../**/*.spec.ts" ],
|
|
"include": ["../src/**/*", "*.js", "../../core/feature-flags"]
|
|
}
|