Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/supervisor/frontend/tsconfig.json
2498 views
1
{
2
"compilerOptions": {
3
"rootDir": "src",
4
"outDir": "lib",
5
"module": "ES6",
6
"target": "ES2021",
7
"lib": [
8
"es6",
9
"dom"
10
],
11
"strict": true,
12
"skipLibCheck": true,
13
"sourceMap": true,
14
"useUnknownInCatchVariables": false,
15
"moduleResolution": "Node"
16
},
17
"include": [
18
"src"
19
]
20
}
21
22