We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05987ff commit 5c33780Copy full SHA for 5c33780
lambdas/event-publisher/tsconfig.json
@@ -2,8 +2,8 @@
2
"compilerOptions": {
3
"baseUrl": ".",
4
"paths": {
5
- "@nhsdigital/nhs-notify-event-schemas-template-management$": [
6
- "../../packages/event-schemas/src"
+ "@nhsdigital/nhs-notify-event-schemas-template-management": [
+ "../../packages/event-schemas/src/index.ts"
7
]
8
},
9
"resolveJsonModule": true
0 commit comments