Files
RSSHub/jsconfig.json
github-actions[bot] e5593e9196 style: auto format
2024-02-05 23:16:45 +00:00

10 lines
150 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./lib/*"]
}
},
"include": ["./lib/**/*"]
}