mirror of
https://github.com/Mintplex-Labs/anythingllm-embed.git
synced 2026-07-01 12:42:58 -04:00
11 lines
150 B
JSON
11 lines
150 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "esnext",
|
|
"jsx": "react",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
},
|
|
},
|
|
}
|