gemini-image-to-code / jsconfig.json
Trudy's picture
Initial commit with Git LFS
1f423ae
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}