electron-tabs/tsconfig.json

9 lines
156 B
JSON
Raw Permalink Normal View History

2022-05-24 21:38:25 +00:00
{
"compilerOptions": {
2024-12-05 23:29:08 +00:00
"target": "ES2023",
2022-05-24 21:38:25 +00:00
"noImplicitAny": true,
"noUnusedParameters": false,
"allowSyntheticDefaultImports": true
}
}