1
1
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:
Théo LUDWIG 2023-11-15 02:00:57 +01:00
parent 86de211fa8
commit 1558970619
No known key found for this signature in database
GPG Key ID: ADFE5A563D718F3B

View File

@ -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"
}
}
}