RSSHub/jsconfig.json

10 lines
150 B
JSON

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