Skip to content

Commit fd75d51

Browse files
committed
Fix TypeScript complaining about duplicate functions
Signed-off-by: itowlson <[email protected]>
1 parent e4b63d7 commit fd75d51

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

templates/http-ts/content/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
"strict": true,
1515
"noImplicitReturns": true,
1616
"moduleResolution": "node"
17-
}
17+
},
18+
"include": [
19+
"src/**/*"
20+
]
1821
}

templates/redis-ts/content/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
"strict": true,
1515
"noImplicitReturns": true,
1616
"moduleResolution": "node"
17-
}
17+
},
18+
"include": [
19+
"src/**/*"
20+
]
1821
}

0 commit comments

Comments
 (0)