electron-tabs/tsconfig.json

9 lines
156 B
JSON
Raw Normal View History

2022-05-24 21:38:25 +00:00
{
"compilerOptions": {
"target": "es2021",
"noImplicitAny": true,
"noUnusedParameters": false,
"allowSyntheticDefaultImports": true
}
}