Files
alfresco-ng2-components/lib/process-services-cloud/.storybook/tsconfig.json

10 lines
250 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"emitDecoratorMetadata": true,
"moduleResolution": "bundler"
},
"exclude": ["../**/*.spec.ts", "../**/test.ts", "../**/*.module.ts" ],
"include": ["../src/**/*", "*.ts"]
}