LeagueStats/client/jsconfig.json

10 lines
113 B
JSON
Raw Permalink Normal View History

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