anything-llm/frontend/jsconfig.json
timothycarambat 27c58541bd inital commit
2023-06-03 19:28:07 -07:00

7 lines
99 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"jsx": "react"
}
}