mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-11-02 23:33:48 +08:00
初始化
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