Skip to content

Commit d0d14db

Browse files
authoredFeb 24, 2020
fix(TS Config): Corrects 'includes' typo to 'include' (#10)
1 parent 20b3c68 commit d0d14db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎configs/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"noUnusedLocals": false,
2525
"esModuleInterop": true
2626
},
27-
"includes": [
27+
"include": [
2828
"src/**/*"
2929
],
3030
"exclude": [

0 commit comments

Comments
 (0)
Please sign in to comment.