electron-tabs/tsconfig.json

9 lines
156 B
JSON
Raw Normal View History

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