Files
t6_mem0/embedchain/examples/full_stack/frontend/jsconfig.json
2024-07-12 20:21:33 +05:30

8 lines
77 B
JSON

{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}