Skip to content

Commit ecc06cb

Browse files
committed
fix: update tsconfig.json to exclude story files from compilation
1 parent 88467ed commit ecc06cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"skipLibCheck": true
1616
},
1717
"include": ["src"],
18-
"exclude": ["src/__tests__", "**/*.test.ts", "**/*.test.tsx"]
18+
"exclude": ["src/__tests__", "**/*.test.ts", "**/*.test.tsx", "src/stories-json", "**/*.stories.tsx"]
1919
}

0 commit comments

Comments
 (0)