AIx_Smarttalk/jsconfig.json

16 lines
229 B
JSON
Raw Permalink Normal View History

2024-07-11 14:30:08 +08:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*":[
"src/renderer/src/*"
2024-07-25 13:24:31 +08:00
],
"@root/*":["./*"]
2024-07-11 14:30:08 +08:00
}
},
"exclude": [
"node_modeules",
"dist"
]
}