BUG修复

This commit is contained in:
朱浩 2024-11-25 10:54:16 +08:00
parent f08b5a8bee
commit a313a0e8b0
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@
"noEmit": true,
"baseUrl": ".",
"paths": {
"../*": ["./src/*"]
"../*": ["./src/*"],
"@/*": [
"./src/renderer/src/*"
]
}
}
}