RealtimeSDWebRTC / frontend /jsconfig.json
Jon Taylor
added next and node
94f1dbe
raw
history blame
73 Bytes
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}