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