Reduced tserrors on building storybook

This commit is contained in:
VitoAlbano
2025-01-24 13:05:01 +00:00
committed by Vito Albano
parent c5f3b5639d
commit a789ed82eb
3 changed files with 15 additions and 6 deletions
@@ -2,9 +2,7 @@
"extends": "../../../tsconfig.json",
"compilerOptions": {
"emitDecoratorMetadata": true
},
"exclude": ["../**/*.spec.ts" ],
"include": ["../src/**/*", "*.js", "../../core/feature-flags"]
"exclude": ["../**/*.spec.ts", "../**/*.mock.ts", "../**/test.ts", "../**/*.module.ts" ],
"include": ["../src/**/*", "*.js"]
}