gemini-codrawing / jsconfig.json
Trudy's picture
first commit
eceac5b
raw
history blame contribute delete
73 Bytes
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}