ChatRoomForGpt/ARW-vue-main/jsconfig.json
2023-04-04 18:15:13 +08:00

11 lines
263 B
JSON

/* vscode使 */
{
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist", ".vscode"]
}