mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-11 01:10:11 +01:00
12 lines
163 B
JSON
12 lines
163 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "esnext",
|
||
|
"jsx": "react",
|
||
|
"paths": {
|
||
|
"@/*": [
|
||
|
"./src/*"
|
||
|
],
|
||
|
}
|
||
|
}
|
||
|
}
|