forked from metriport/metriport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
42 lines (42 loc) · 942 Bytes
/
tsconfig.json
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
{
"compilerOptions": {
"types": ["jest"],
"typeRoots": ["./types", "./node_modules/@types"],
"noErrorTruncation": true,
"skipLibCheck": true
},
"exclude": ["node_modules"],
"files": [],
"references": [
{
"path": "./packages/api/tsconfig.ref.json"
},
{
"path": "./packages/api-sdk/tsconfig.ref.json"
},
{
"path": "./packages/commonwell-cert-runner/tsconfig.ref.json"
},
{
"path": "./packages/commonwell-jwt-maker/tsconfig.ref.json"
},
{
"path": "./packages/commonwell-sdk/tsconfig.ref.json"
},
{
"path": "./packages/carequality-cert-runner/tsconfig.ref.json"
},
{
"path": "./packages/core/tsconfig.ref.json"
},
{
"path": "./packages/infra/tsconfig.ref.json"
},
{
"path": "./packages/react-native-sdk/tsconfig.ref.json"
},
{
"path": "./packages/utils/tsconfig.ref.json"
}
]
}