tutorial_repo/minio-fornt/jsconfig.json
2024-12-13 14:36:03 +08:00

9 lines
116 B
JSON

{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}