Skip to content

Commit 71dea41

Browse files
committed
tsconfig did not include nested files...
1 parent 4d5ea7b commit 71dea41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
}
1414
],
1515
"include": [
16-
"ts/*"
16+
"ts/**/*.ts",
1717
]
1818
}

0 commit comments

Comments
 (0)