mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-05 14:30:11 +01:00
f48e6b1a3e
* chore: add @ as alias for frontend root * fix: remove bad tag
12 lines
163 B
JSON
12 lines
163 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "esnext",
|
|
"jsx": "react",
|
|
"paths": {
|
|
"@/*": [
|
|
"./src/*"
|
|
],
|
|
}
|
|
}
|
|
} |