anything-llm/embed/jsconfig.json
2024-02-01 13:55:37 -08:00

12 lines
163 B
JSON

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