mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-06-13 22:04:11 +03:00
12 lines
172 B
JSON
12 lines
172 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "esnext",
|
|
"jsx": "react",
|
|
"paths": {
|
|
"@/*": [
|
|
"./frontend/src/*"
|
|
],
|
|
}
|
|
}
|
|
} |