mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
18 lines
451 B
JSON
18 lines
451 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"erasableSyntaxOnly": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": ["ES2023", "DOM"],
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"noEmit": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"target": "ES2023",
|
|
"types": ["node"],
|
|
"verbatimModuleSyntax": true
|
|
},
|
|
"include": ["./*.mts"]
|
|
}
|