UNPKG
squery_server
Version:
latest (0.0.1)
0.0.1
squery = socket.io(websocket) + mongoose(mongodb)
github.com/sublymus/framework_ui
sublymus/SQuery
squery_server
/
tsconfig.json
20 lines
(19 loc)
•
312 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"include"
:
[
"./scr/**/*"
,
"./"
,
]
,
"compilerOptions"
:
{
"module"
:
"ES2020"
,
"esModuleInterop"
:
true
,
"target"
:
"ESNext"
,
"moduleResolution"
:
"node"
,
"outDir"
:
"dist"
,
"rootDir"
:
"./"
,
"sourceMap"
:
true
,
"jsx"
:
"preserve"
}
,
"ts-node"
:
{
"esm"
:
true
}
}