portfolio/jsconfig.json

11 lines
107 B
JSON

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