mirror of
https://github.com/leon-ai/leon.git
synced 2024-11-28 04:04:58 +03:00
chore: forgotten tsconfig.json to update
This commit is contained in:
parent
86de211fa8
commit
1558970619
@ -1,12 +1,13 @@
|
||||
{
|
||||
"extends": "@tsconfig/node16-strictest/tsconfig.json",
|
||||
"extends": ["@tsconfig/strictest/tsconfig", "@tsconfig/node16/tsconfig"],
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "Node",
|
||||
"module": "CommonJS",
|
||||
"paths": {
|
||||
"@@/*": ["../*"],
|
||||
"@/*": ["../server/src/*"],
|
||||
"@bridge/*": ["../bridges/nodejs/src/*"],
|
||||
"@sdk/*": ["../bridges/nodejs/src/sdk/*"]
|
||||
},
|
||||
"ignoreDeprecations": "5.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user