mirror of
https://github.com/leon-ai/leon.git
synced 2024-11-10 06:47:53 +03:00
10 lines
127 B
JSON
10 lines
127 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@@/*": ["./*"],
|
|
"@/*": ["./server/src/*"]
|
|
}
|
|
}
|
|
}
|