-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtsconfig.base.json
More file actions
46 lines (36 loc) · 1.84 KB
/
tsconfig.base.json
File metadata and controls
46 lines (36 loc) · 1.84 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": ["@prisma-next/tsconfig/base"],
"references": [
{ "path": "./packages/1-framework/0-foundation/contract" },
{ "path": "./packages/1-framework/0-foundation/utils" },
{ "path": "./packages/1-framework/1-core/config" },
{ "path": "./packages/1-framework/1-core/operations" },
{ "path": "./packages/1-framework/1-core/framework-components" },
{ "path": "./packages/1-framework/1-core/ts-render" },
{ "path": "./packages/1-framework/1-core/control-plane" },
{ "path": "./packages/1-framework/1-core/execution-plane" },
{ "path": "./packages/1-framework/2-authoring/contract" },
{ "path": "./packages/1-framework/2-authoring/psl-parser" },
{ "path": "./packages/1-framework/3-tooling/cli" },
{ "path": "./packages/1-framework/3-tooling/emitter" },
{ "path": "./packages/1-framework/3-tooling/eslint-plugin" },
{ "path": "./packages/1-framework/4-runtime/runtime-executor" },
{ "path": "./packages/2-sql/1-core/contract" },
{ "path": "./packages/2-sql/1-core/errors" },
{ "path": "./packages/2-sql/1-core/operations" },
{ "path": "./packages/2-sql/1-core/schema-ir" },
{ "path": "./packages/2-sql/2-authoring/contract-ts" },
{ "path": "./packages/2-sql/3-tooling/emitter" },
{ "path": "./packages/2-sql/3-tooling/family" },
{ "path": "./packages/2-sql/4-lanes/relational-core" },
{ "path": "./packages/2-sql/4-lanes/sql-builder" },
{ "path": "./packages/2-sql/4-lanes/query-builder" },
{ "path": "./packages/2-sql/5-runtime" },
{ "path": "./packages/3-extensions/pgvector" },
{ "path": "./packages/3-targets/3-targets/postgres" },
{ "path": "./packages/3-targets/6-adapters/postgres" },
{ "path": "./packages/3-targets/7-drivers/postgres" },
{ "path": "./packages/3-extensions/postgres" }
]
}