UNPKG
mux-lib
Version:
latest (0.0.5-alpha.13)
0.0.5
0.0.5-alpha.13
0.0.5-alpha.12
0.0.5-alpha.11
0.0.5-alpha.10
0.0.5-alpha.8
0.0.5-alpha.7
0.0.5-alpha.5
0.0.5-alpha.4
0.0.5-alpha.3
0.0.5-alpha.2
0.0.5-alpha.1
0.0.5-alpha.0
0.0.4
0.0.3
0.0.2
github.com/asyalas/remux
asyalas/remux
mux-lib
/
tsconfig.json
15 lines
(14 loc)
•
319 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"esnext"
,
"moduleResolution"
:
"node"
,
"experimentalDecorators"
:
true
,
"jsx"
:
"react"
,
"esModuleInterop"
:
true
,
"module"
:
"esnext"
,
"declaration"
:
true
,
"declarationDir"
:
"./types"
}
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}