serp-chat / jsconfig.json
matt HOFFNER
revamp
054d282
raw
history blame
97 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}