ts-api / jsconfig.json
Shuddho's picture
Upload 42 files
d04e364 verified
raw history blame
No virus
73 Bytes
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}