BUG修复
This commit is contained in:
parent
f08b5a8bee
commit
a313a0e8b0
|
@ -7,7 +7,10 @@
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"../*": ["./src/*"]
|
"../*": ["./src/*"],
|
||||||
|
"@/*": [
|
||||||
|
"./src/renderer/src/*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue