UNPKG
ud
Version:
latest (3.3.1)
3.3.1
3.3.0
3.2.0
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Utilities for updating code live with hot module replacement
github.com/Macil/ud
Macil/ud
ud
/
tsconfig.json
10 lines
(9 loc)
•
152 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"noEmit"
:
true
,
"strict"
:
true
,
"module"
:
"commonjs"
,
"target"
:
"ES2017"
,
"moduleResolution"
:
"node"
}
}