mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-28 10:59:21 +08:00
v4.3.0
This commit is contained in:
12
service/tsconfig.paths.json
Normal file
12
service/tsconfig.paths.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/modules/*": ["./src/modules/*"],
|
||||
"@/config/*": ["./src/config/*"],
|
||||
"@/common/*": ["./src/common/*"],
|
||||
"@/rpc/*": ["./src/rpc/*"],
|
||||
"@/interfaces/*": ["./src/interfaces/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user