9 lines
126 B
JSON
9 lines
126 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@/auth": ["./src/app/lib/utils/auth.js"]
|
|
}
|
|
}
|
|
}
|