next_js_test_space / jsconfig.json
vivasvan100's picture
Initial commit from Create Next App
db988f6
raw
history blame contribute delete
77 Bytes
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}