forked from sanity-io/sanity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tsconfig.json
44 lines (44 loc) · 1.49 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
{
"files": [],
"compilerOptions": {
"composite": true,
"module": "commonjs",
"target": "es2020",
"lib": ["dom", "es2020"],
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"sourceMap": true,
"removeComments": false,
"preserveConstEnums": true,
"moduleResolution": "node",
"esModuleInterop": true,
"useUnknownInCatchVariables": false,
"strict": true,
"skipLibCheck": true
},
"references": [
{"path": "./packages/@sanity/base"},
{"path": "./packages/@sanity/block-tools"},
{"path": "./packages/@sanity/code-input"},
{"path": "./packages/@sanity/core"},
{"path": "./packages/@sanity/default-layout"},
{"path": "./packages/@sanity/desk-tool"},
{"path": "./packages/@sanity/diff"},
{"path": "./packages/@sanity/field"},
{"path": "./packages/@sanity/form-builder"},
{"path": "./packages/@sanity/google-maps-input"},
{"path": "./packages/@sanity/imagetool"},
{"path": "./packages/@sanity/initial-value-templates"},
{"path": "./packages/@sanity/language-filter"},
{"path": "./packages/@sanity/mutator"},
{"path": "./packages/@sanity/react-hooks"},
{"path": "./packages/@sanity/schema"},
{"path": "./packages/@sanity/state-router"},
{"path": "./packages/@sanity/structure"},
{"path": "./packages/@sanity/transaction-collator"},
{"path": "./packages/@sanity/types"},
{"path": "./packages/@sanity/util"},
{"path": "./packages/@sanity/validation"}
]
}