stacker.news/jsconfig.json

10 lines
144 B
JSON

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