SocialNetworks_duan/jsconfig.json

11 lines
153 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
2025-07-22 17:40:11 +08:00
"include": ["src/**/*"],
"exclude": ["node_modules"]
}