blog / jsconfig.json
sandy-try's picture
Upload 699 files
1b72d7e verified
raw
history blame contribute delete
No virus
259 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"],
"@/components/*": ["components/*"],
"@/theme/*": ["theme/*"],
"@/data/*": ["data/*"],
"@/lib/*": ["lib/*"],
"@/styles/*": ["styles/*"]
}
}
}