fufeigemini / page /jsconfig.json
Leeflour's picture
Upload 197 files
d0dd276 verified
raw
history blame contribute delete
116 Bytes
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}