satyr/tsconfig.json
knotteye 5a637ce866 Initial
Added initial setup of ircd and node-media-server
Skeletion function in node-media-server prepublish for authenticating and redirecting streams.
2019-09-11 19:28:17 -05:00

14 lines
132 B
JSON

{
"compilerOptions": {
"outDir":".",
"allowJs":true
},
"include":[
"src/**/*"
],
"exclude":[
"node_modules",
"lib"
]
}