websocket server: initial commit. Add Asserts static class
This commit is contained in:
13
Web/WebSocket/websocket/server/tsconfig.json
Normal file
13
Web/WebSocket/websocket/server/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"moduleDetection": "force",
|
||||
"module": "Preserve",
|
||||
"resolveJsonModule": true,
|
||||
"allowJs": false,
|
||||
"esModuleInterop": true,
|
||||
"isolatedModules": true,
|
||||
"strict": true,
|
||||
"noEmit": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user