chore: optimize tsconfig.json

This commit is contained in:
Wesley F. Young 2024-09-04 00:29:55 +08:00
parent 41a8dc840f
commit 9898c2196d

View File

@ -25,12 +25,6 @@
"paths": { "paths": {
"@*": [ "@*": [
"./src*" "./src*"
],
"@/core": [
"./src/core/index",
],
"@/core/*": [
"./src/core/*"
] ]
} }
}, },