Skip to content

Commit

Permalink
Add "test" to include key in template tsconfigs (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
third774 authored and jaredpalmer committed Oct 5, 2019
1 parent 5a6f033 commit 157bcee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/basic/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"include": ["src", "types"],
"include": ["src", "types", "test"],
"compilerOptions": {
"target": "es5",
"module": "esnext",
Expand Down
2 changes: 1 addition & 1 deletion templates/react/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"include": ["src", "types"],
"include": ["src", "types", "test"],
"compilerOptions": {
"target": "es5",
"module": "esnext",
Expand Down

0 comments on commit 157bcee

Please sign in to comment.