-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtsconfig.build.json
More file actions
29 lines (28 loc) · 1.19 KB
/
tsconfig.build.json
File metadata and controls
29 lines (28 loc) · 1.19 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
{
// 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/authFunctions"},
{"path": "packages/common/commonTypes"},
{"path": "packages/common/doHSClient"},
{"path": "packages/common/dynamoFunctions"},
{"path": "packages/common/lambdaUtils"},
{"path": "packages/common/middyErrorHandler"},
{"path": "packages/common/pdsClient"},
{"path": "packages/common/testing"},
{"path": "packages/cdk"},
{"path": "packages/CIS2SignOutLambda"},
{"path": "packages/cognito"},
{"path": "packages/cpt-ui"},
{"path": "packages/patientSearchLambda"},
{"path": "packages/prescriptionDetailsLambda"},
{"path": "packages/patientSearchLambda"},
{"path": "packages/prescriptionListLambda"},
{"path": "packages/selectedRoleLambda"},
{"path": "packages/trackerUserInfoLambda"},
{"path": "packages/sessionManagementLambda"},
{"path": "packages/testingSupport/clearActiveSessions"},
]
}