electron-tabs/tsconfig.json
2022-05-24 23:38:25 +02:00

8 lines
156 B
JSON

{
"compilerOptions": {
"target": "es2021",
"noImplicitAny": true,
"noUnusedParameters": false,
"allowSyntheticDefaultImports": true
}
}