Rectifier / Remotion-app /tsconfig.json
Mbonea's picture
Added components
0cf5523
raw
history blame
No virus
93 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
}
}