mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2026-01-17 07:25:09 +00:00
Initial
Added initial setup of ircd and node-media-server Skeletion function in node-media-server prepublish for authenticating and redirecting streams.
This commit is contained in:
13
tsconfig.json
Normal file
13
tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir":".",
|
||||
"allowJs":true
|
||||
},
|
||||
"include":[
|
||||
"src/**/*"
|
||||
],
|
||||
"exclude":[
|
||||
"node_modules",
|
||||
"lib"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user