Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/src/tsconfig.vscode-dts.json
3285 views
1
{
2
"compilerOptions": {
3
"noEmit": true,
4
"module": "None",
5
"experimentalDecorators": false,
6
"noImplicitReturns": true,
7
"noImplicitOverride": true,
8
"noUnusedLocals": true,
9
"allowUnreachableCode": false,
10
"strict": true,
11
"exactOptionalPropertyTypes": false,
12
"useUnknownInCatchVariables": false,
13
"forceConsistentCasingInFileNames": true,
14
"types": [],
15
"lib": [
16
"ES2022"
17
],
18
},
19
"include": [
20
"vscode-dts/vscode.d.ts"
21
]
22
}
23
24