anything-llm/frontend/jsconfig.json

7 lines
99 B
JSON
Raw Normal View History

2023-06-03 19:28:07 -07:00
{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"jsx": "react"
}
}