الملفات
nextjs-project/jsconfig.json
2025-10-01 01:10:54 +03:00

8 أسطر
73 B
JSON

{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}