Files
lcbp3.np-dms.work/frontend/jsconfig.json
2025-09-29 17:06:14 +07:00

10 lines
142 B
JSON
Executable File

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
},
"exclude": ["node_modules", ".next"]
}