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{
"compilerOptions": {
"composite": true,
"declaration": true,
"declarationMap": true,
"skipLibCheck": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noEmit": true
},
"references": [
{ "path": "apps/code-infra-dashboard" },
{ "path": "packages/babel-plugin-minify-errors" },
{ "path": "packages/babel-plugin-resolve-imports" },
{ "path": "packages/bundle-size-checker" },
{ "path": "packages/code-infra" },
{ "path": "packages/docs-infra" },
{ "path": "packages/netlify-cache" },
{ "path": "tsconfig.node.json" },
{ "path": "scripts" },
{ "path": "docs" }
],
"files": []
}