mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* AAE-20808 Switch to new graphql library * AAE-20808 Code refactoring * AAE-20808 Fixed 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"]
|
|
}
|