mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-07 11:22:35 +01:00
12 lines
198 B
JSON
12 lines
198 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@util/*": ["./src/util/*"],
|
||
|
"@middlewares/*": ["./src/middlewares/*"],
|
||
|
"@schema/*": ["./src/schema/*"]
|
||
|
}
|
||
|
},
|
||
|
"include": ["src"]
|
||
|
}
|