benchmarks / jsconfig.json
vincelwt's picture
initial commit
4ffd659 unverified
Raw
History Blame Contribute Delete
73 Bytes
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}