forked from youngkidwarrior/sendapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
27 lines (27 loc) · 781 Bytes
/
tsconfig.json
File metadata and controls
27 lines (27 loc) · 781 Bytes
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
{
"files": [],
"compilerOptions": {
// "noErrorTruncation": true, // uncomment if you want to see full error messages
"outDir": "/tmp",
"typeRoots": ["node_modules/@types"],
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"noEmit": true
},
"references": [
{ "path": "apps/expo" },
{ "path": "apps/next" },
{ "path": "apps/workers" },
{ "path": "packages/app" },
{ "path": "packages/ui" },
{ "path": "packages/api" },
{ "path": "packages/webauthn-authenticator" },
{ "path": "packages/contracts" },
{ "path": "packages/shovel" },
{ "path": "packages/playwright" },
{ "path": "packages/wagmi" },
{ "path": "packages/workflows" },
{ "path": "packages/temporal" },
{ "path": "supabase" }
]
}