-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtsconfig.json
49 lines (44 loc) · 2.03 KB
/
tsconfig.json
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
47
48
49
{
"extends": "./tsconfig.base.json",
"files": [],
"references": [
{ "path": "./packages/core/src" },
{ "path": "./packages/core/test" },
{ "path": "./packages/runtime-node/src" },
{ "path": "./packages/runtime-node/test" },
{ "path": "./packages/engine-cli/src" },
{ "path": "./packages/engine-cli/test" },
{ "path": "./packages/test-kit/src" },
{ "path": "./packages/test-kit/test" },
{ "path": "./examples/file-server/src" },
{ "path": "./examples/multi-env/src" },
{ "path": "./examples/cross-iframe/src" },
{ "path": "./examples/node-only/src" },
{ "path": "./examples/playground/src" },
{ "path": "./examples/react/src" },
{ "path": "./examples/reloaded-iframe/src" },
{ "path": "./test-fixtures/3rd-party/src" },
{ "path": "./test-fixtures/application-external/src" },
{ "path": "./test-fixtures/base-web-application/src" },
{ "path": "./test-fixtures/contextual/src" },
{ "path": "./test-fixtures/engine-config/src" },
{ "path": "./test-fixtures/engine-single-feature/src" },
{ "path": "./test-fixtures/engine-feature-roots/src" },
{ "path": "./test-fixtures/engine-multi-feature/src" },
{ "path": "./test-fixtures/engine-run-options/src" },
{ "path": "./test-fixtures/engine-env-dependency/src" },
{ "path": "./test-fixtures/multi-node/src" },
{ "path": "./test-fixtures/multi-socket-node/src" },
{ "path": "./test-fixtures/default-args-echo/src" },
{ "path": "./test-fixtures/node-env/src" },
{ "path": "./test-fixtures/static-application-external/src" },
{ "path": "./test-fixtures/static-base-web-application/src" },
{ "path": "./test-fixtures/static-base-web-application-config-loader/src" },
{ "path": "./test-fixtures/using-config/src" },
{ "path": "./test-fixtures/with-iframe/src" },
{ "path": "./test-fixtures/workspace/packages/a/src" },
{ "path": "./test-fixtures/workspace/packages/b/src" },
{ "path": "./test-fixtures/disconnecting-env/src" },
{ "path": "./test-fixtures/worker-thread/src" }
]
}