Skip to content

Commit 47ab90b

Browse files
author
Vishal
committed
Fixed compilation issues when running storybooks
1 parent 17a1463 commit 47ab90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"resolveJsonModule": true,
77
"emitDecoratorMetadata": false
88
},
9-
"exclude": ["../src/test.ts", "../src/**/*.spec.ts"],
9+
"exclude": ["../src/test.ts", "../src/**/*.spec.ts", "../src/app/_components/custom-constellation/**"],
1010
"include": ["../src/**/*", "./preview.ts"],
1111
"files": ["./typings.d.ts"]
1212
}

0 commit comments

Comments
 (0)