Skip to content

Commit 20fd8e9

Browse files
committed
Include tests in tsconfig.json
1 parent 50847e1 commit 20fd8e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
}
1919
},
2020
"include": [
21-
"./src/**/*"
21+
"./src/**/*",
22+
"./tests/**/*"
2223
]
2324
}

0 commit comments

Comments
 (0)