mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-18 14:21:32 +03:00
10 lines
205 B
JSON
10 lines
205 B
JSON
{
|
|
"extends": "@tsconfig/node16-strictest/tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@bridge/*": ["../bridges/nodejs/src/*"],
|
|
"@sdk/*": ["../bridges/nodejs/src/sdk/*"]
|
|
}
|
|
}
|
|
}
|