mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
19 lines
455 B
JSON
19 lines
455 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"importHelpers": true,
|
|
"target": "ES2021",
|
|
"allowUnreachableCode": false,
|
|
"allowUnusedLabels": false,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noUnusedLocals": true,
|
|
"sourceMap": false,
|
|
"noEmit": true,
|
|
"strict": true
|
|
},
|
|
"compileOnSave": false
|
|
}
|