electron-tabs/tsconfig.json
2024-12-05 18:29:08 -05:00

8 lines
156 B
JSON

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