Learning-Management-System/frontend/jsconfig.json
2025-01-22 11:23:14 +00:00

8 lines
116 B
JSON

{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}