anything-llm/embed/jsconfig.json

12 lines
163 B
JSON
Raw Normal View History

{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"jsx": "react",
"paths": {
"@/*": [
"./src/*"
],
}
}
}