mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-04-19 22:03:47 +00:00
Added initial setup of ircd and node-media-server Skeletion function in node-media-server prepublish for authenticating and redirecting streams.
14 lines
132 B
JSON
14 lines
132 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir":".",
|
|
"allowJs":true
|
|
},
|
|
"include":[
|
|
"src/**/*"
|
|
],
|
|
"exclude":[
|
|
"node_modules",
|
|
"lib"
|
|
]
|
|
}
|