mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-21 07:39:51 +01:00
333d9a4053
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
23 lines
545 B
JSON
23 lines
545 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2022",
|
|
"lib": ["ES2022"],
|
|
"sourceMap": true,
|
|
|
|
"experimentalDecorators": true,
|
|
"noImplicitOverride": true,
|
|
"noUnusedLocals": true,
|
|
"useDefineForClassFields": false,
|
|
"allowUnreachableCode": false,
|
|
"strict": true,
|
|
"exactOptionalPropertyTypes": false,
|
|
"useUnknownInCatchVariables": false,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|