anything-llm/frontend/jsconfig.json

7 lines
99 B
JSON
Raw Normal View History

2023-06-04 04:28:07 +02:00
{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"jsx": "react"
}
}