WebsiteMinimal/jsconfig.json

9 lines
110 B
JSON

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