forked from livestorejs/livestore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.dev.json
More file actions
24 lines (24 loc) · 943 Bytes
/
tsconfig.dev.json
File metadata and controls
24 lines (24 loc) · 943 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
{
"extends": "./tsconfig.base.json",
"compilerOptions": {},
"include": [],
"references": [
{ "path": "./scripts" },
{ "path": "./tests/integration" },
{ "path": "./tests/perf" },
{ "path": "./tests/package-common" },
{ "path": "./packages/@livestore/sync-electric" },
{ "path": "./packages/@livestore/sync-cf" },
{ "path": "./examples/src/node-effect-cli" },
{ "path": "./examples/src/node-todomvc-sync-cf" },
{ "path": "./examples/src/expo-todomvc-sync-cf" },
{ "path": "./examples/src/expo-linearlite" },
{ "path": "./examples/src/web-linearlite" },
{ "path": "./examples/src/web-todomvc" },
{ "path": "./examples/src/web-todomvc-custom-elements" },
{ "path": "./examples/src/web-todomvc-experimental" },
{ "path": "./examples/src/web-todomvc-solid" },
{ "path": "./examples/src/web-todomvc-sync-cf" },
{ "path": "./examples/src/web-todomvc-sync-electric" },
]
}