-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtsconfig.build.json
More file actions
50 lines (50 loc) · 1.02 KB
/
tsconfig.build.json
File metadata and controls
50 lines (50 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
// The root project has no sources of its own. By setting `files` to an empty
// list, TS won't automatically include all sources below root (the default).
"files": [],
// Building this project will build all of the following:
"references": [
{
"path": "packages/common/utilities"
},
{
"path": "packages/common/testing"
},
{
"path": "packages/common/middyErrorHandler"
},
{
"path": "packages/common/commonTypes"
},
{
"path": "packages/gsul"
},
{
"path": "packages/updatePrescriptionStatus"
},
{
"path": "packages/nhsd-psu-sandbox"
},
{
"path": "packages/statusLambda"
},
{
"path": "packages/capabilityStatement"
},
{
"path": "packages/cpsuLambda"
},
{
"path": "packages/checkPrescriptionStatusUpdates"
},
{
"path": "packages/nhsNotifyLambda"
},
{
"path": "packages/postDatedLambda"
},
{
"path": "packages/nhsNotifyUpdateCallback"
}
]
}