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