integrating basic websocket
This commit is contained in:
16
tsconfig.json
Executable file
16
tsconfig.json
Executable file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
"outDir": "./dist/server",
|
||||
"strict": true,
|
||||
"sourceMap": true,
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
"dist",
|
||||
"node_modules"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user