Skip to content

Commit

Permalink
exclude stories from TS to fix estevanmaito#58
Browse files Browse the repository at this point in the history
  • Loading branch information
Asher Tuggle committed Sep 15, 2021
1 parent fba3fb0 commit 0612b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
@@ -1,6 +1,6 @@
{
"include": ["src", "@types"],
"exclude": ["src/__tests__"],
"exclude": ["src/__tests__", "src/stories"],
"compilerOptions": {
/* Visit https://aka.ms/tsconfig.json to read more about this file */

Expand Down

0 comments on commit 0612b8a

Please sign in to comment.