Files
videocall-app/videocall-frontend/jsconfig.json
september 54a81cbdcf init
2025-09-03 06:51:24 -07:00

9 lines
116 B
JSON

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