benchmarks / jsconfig.json
vincelwt's picture
initial commit
4ffd659 unverified
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}