forked from alchemy-run/alchemy-async
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
23 lines (23 loc) · 1.08 KB
/
Copy pathtsconfig.json
File metadata and controls
23 lines (23 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"files": [],
"exclude": ["node_modules", "dist"],
"references": [
{ "path": "./alchemy/tsconfig.json" },
{ "path": "./alchemy/tsconfig.test.json" },
{ "path": "./stacks/tsconfig.json" },
{ "path": "./examples/aws-app/tsconfig.json" },
{ "path": "./examples/cloudflare-ai-search/tsconfig.json" },
{ "path": "./examples/cloudflare-astro/tsconfig.json" },
{ "path": "./examples/cloudflare-container/tsconfig.json" },
{ "path": "./examples/cloudflare-durable-object-websocket/tsconfig.json" },
{ "path": "./examples/cloudflare-email/tsconfig.json" },
{ "path": "./examples/cloudflare-livestore/tsconfig.json" },
{ "path": "./examples/cloudflare-nuxt-pipeline/tsconfig.json" },
{ "path": "./examples/cloudflare-react-router/tsconfig.json" },
{ "path": "./examples/cloudflare-redwood/tsconfig.json" },
{ "path": "./examples/cloudflare-vite/tsconfig.json" },
{ "path": "./examples/cloudflare-worker-simple/tsconfig.json" },
{ "path": "./examples/cloudflare-worker/tsconfig.json" },
{ "path": "./examples/docker/tsconfig.json" }
]
}