migu/jsconfig.json
ThaUnknown 0b92faf27e chore: update dependenices
chore: update electron
fix: button yellow color
feat: more descriptive RSS errors
feat: arabic lang selections
fix: status changing with autocomplete disabled
fix: episode list not showing
fix: w2g lobbies getting wiped
2023-07-18 13:51:08 +02:00

9 lines
No EOL
175 B
JSON

{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/renderer/*"],
}
},
"exclude": ["node_modules/**", "**/node_modules", "dist", "build"]
}