solana-multiagent/jsconfig.json

8 lines
73 B
JSON
Raw Normal View History

2025-02-17 15:21:20 +07:00
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}