stacker.news/jsconfig.json

10 lines
144 B
JSON
Raw Normal View History

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