-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtsconfig.json
More file actions
40 lines (40 loc) · 1.38 KB
/
tsconfig.json
File metadata and controls
40 lines (40 loc) · 1.38 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
{
"compilerOptions": {
"allowImportingTsExtensions": true,
"erasableSyntaxOnly": true,
"esModuleInterop": true,
"module": "Preserve",
"moduleResolution": "Bundler",
"noEmit": true,
"resolveJsonModule": true,
"rewriteRelativeImportExtensions": true,
"verbatimModuleSyntax": true
},
"files": [],
"include": [],
"references": [
{ "path": "./packages/kernel-cli" },
{ "path": "./packages/create-package" },
{ "path": "./packages/evm-wallet-experiment" },
{ "path": "./packages/extension" },
{ "path": "./packages/kernel-agents" },
{ "path": "./packages/kernel-browser-runtime" },
{ "path": "./packages/kernel-errors" },
{ "path": "./packages/kernel-language-model-service" },
{ "path": "./packages/kernel-platforms" },
{ "path": "./packages/kernel-rpc-methods" },
{ "path": "./packages/kernel-shims" },
{ "path": "./packages/kernel-store" },
{ "path": "./packages/kernel-ui" },
{ "path": "./packages/kernel-utils" },
{ "path": "./packages/logger" },
{ "path": "./packages/kernel-node-runtime" },
{ "path": "./packages/nodejs-test-workers" },
{ "path": "./packages/ocap-kernel" },
{ "path": "./packages/omnium-gatherum" },
{ "path": "./packages/remote-iterables" },
{ "path": "./packages/repo-tools" },
{ "path": "./packages/streams" },
{ "path": "./packages/template-package" }
]
}