anything-llm/frontend/jsconfig.json

12 lines
163 B
JSON
Raw Normal View History

2023-06-04 04:28:07 +02:00
{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"jsx": "react",
"paths": {
"@/*": [
"./src/*"
],
}
2023-06-04 04:28:07 +02:00
}
}