-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
39 lines (37 loc) · 1.73 KB
/
tsconfig.json
File metadata and controls
39 lines (37 loc) · 1.73 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
{
"files": [],
"references": [
{ "path": "./scripts/core/tsconfig.json" },
{ "path": "./scripts/client/tsconfig.json" },
{ "path": "./scripts/interfaces/node/tsconfig.json" },
{ "path": "./scripts/interfaces/bun/tsconfig.json" },
{ "path": "./scripts/interfaces/deno/tsconfig.json" },
{ "path": "./scripts/plugins/codeGenerator/tsconfig.json" },
{ "path": "./scripts/plugins/openApiGenerator/tsconfig.json" },
{ "path": "./scripts/plugins/static/tsconfig.json" },
{ "path": "./scripts/plugins/cacheController/tsconfig.json" },
{ "path": "./scripts/plugins/cors/tsconfig.json" },
{ "path": "./scripts/plugins/cookie/tsconfig.json" },
{ "path": "./tests/_utils/tsconfig.json" },
{ "path": "./tests/core/tsconfig.json" },
{ "path": "./tests/client/tsconfig.json" },
{ "path": "./tests/interfaces/node/tsconfig.json" },
{ "path": "./tests/interfaces/bun/tsconfig.json" },
{ "path": "./tests/interfaces/deno/tsconfig.json" },
{ "path": "./tests/plugins/codeGenerator/tsconfig.json" },
{ "path": "./tests/plugins/openApiGenerator/tsconfig.json" },
{ "path": "./tests/plugins/static/tsconfig.json" },
{ "path": "./tests/plugins/cacheController/tsconfig.json" },
{ "path": "./tests/plugins/cors/tsconfig.json" },
{ "path": "./tests/plugins/cookie/tsconfig.json" },
{ "path": "./integration/core/tsconfig.json" },
{ "path": "./integration/node/tsconfig.json" },
{ "path": "./integration/codeGenerator/tsconfig.json" },
{ "path": "./integration/openApiGenerator/tsconfig.json" },
{ "path": "./integration/client/tsconfig.json" },
{ "path": "./integration/static/tsconfig.json" },
{ "path": "./integration/cacheController/tsconfig.json" },
{ "path": "./integration/cors/tsconfig.json" },
{ "path": "./integration/cookie/tsconfig.json" },
],
}