Skip to content

Commit 3b31abf

Browse files
committed
include all ts files in tsconfig
1 parent 98605a9 commit 3b31abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"include": ["app", "types"],
2+
"include": ["**.ts", "types"],
33
"compilerOptions": {
44
/* Basic Options */
55
"target": "es5" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */,

0 commit comments

Comments
 (0)