UNPKG
ng6-socket-io
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Socket.IO Module for Angular 6 and RxJS6
github.com/vrn-dev/ng6-socket-io
vrn-dev/ng6-socket-io
ng6-socket-io
/
examples
/
chat-app
/
public
/
src
/
tsconfig.spec.json
20 lines
(19 loc)
•
282 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/spec"
,
"module"
:
"commonjs"
,
"types"
:
[
"jasmine"
,
"node"
]
}
,
"files"
:
[
"test.ts"
,
"polyfills.ts"
]
,
"include"
:
[
"**/*.spec.ts"
,
"**/*.d.ts"
]
}