Update frontend new build dev, proc 4

This commit is contained in:
admin
2025-09-29 17:06:14 +07:00
parent 709d18199c
commit cac84677fb
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {"@/*": ["*"]}
}
"paths": {
"@/*": ["./*"]
}
},
"exclude": ["node_modules", ".next"]
}