1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-08-17 06:00:33 +03:00
leon/jsconfig.json
2022-01-25 20:20:49 +08:00

10 lines
127 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@@/*": ["./*"],
"@/*": ["./server/src/*"]
}
}
}