Skip to content

Commit 5275710

Browse files
fix(presentation): use include/exclude in tsconfig.json
1 parent 6c3e34f commit 5275710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/presentation/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"strict": true,
66
"composite": true
77
},
8-
"exclude": ["dist"],
8+
"exclude": ["**/*.spec.*", "**/*.stories.*"],
99
"extends": "../tsconfig.tools.base.json",
10+
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.js"],
1011
"references": []
1112
}

0 commit comments

Comments
 (0)