gemini-3d-drawing / jsconfig.json
Trudy's picture
Initial commit with proper LFS tracking
5f07a23
raw
history blame
73 Bytes
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}