LibreChat/tsconfig.json

9 lines
No EOL
116 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"jsx": "react",
"paths": {
"~/*": ["./src/*"]
}
}
}