AIx_Smarttalk_WS/jsconfig.json

16 lines
229 B
JSON
Raw Permalink Normal View History

2024-10-25 14:38:32 +08:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*":[
"src/renderer/src/*"
],
"@root/*":["./*"]
}
},
"exclude": [
"node_modeules",
"dist"
]
}