mirror of
https://github.com/streamwall/streamwall.git
synced 2026-04-14 09:42:04 -04:00
Implement standalone control server
This commit is contained in:
8
packages/streamwall-control-server/tsconfig.json
Normal file
8
packages/streamwall-control-server/tsconfig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": [
|
||||
"@tsconfig/recommended/tsconfig",
|
||||
"@tsconfig/node22/tsconfig",
|
||||
"@tsconfig/node-ts/tsconfig"
|
||||
],
|
||||
"include": ["src"]
|
||||
}
|
||||
Reference in New Issue
Block a user