Files
videopeersjs/client/jsconfig.json
heyhiru 5927e494fd added client for frontend
Signed-off-by: heyhiru <hirentimbadiya74@gmail.com>
2023-11-11 11:57:23 +05:30

8 líneas
77 B
JSON

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