Skip to content

Commit 5c33780

Browse files
committed
CCM-11026: fix typecheck config error
1 parent 05987ff commit 5c33780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lambdas/event-publisher/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"compilerOptions": {
33
"baseUrl": ".",
44
"paths": {
5-
"@nhsdigital/nhs-notify-event-schemas-template-management$": [
6-
"../../packages/event-schemas/src"
5+
"@nhsdigital/nhs-notify-event-schemas-template-management": [
6+
"../../packages/event-schemas/src/index.ts"
77
]
88
},
99
"resolveJsonModule": true

0 commit comments

Comments
 (0)