Files
anything-llm/jsconfig.json
timothycarambat b993ec5af9 add jsconfig
2023-12-20 20:47:21 -08:00

12 lines
172 B
JSON

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