UNPKG
ticker-graph
Version:
latest (0.3.0)
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
Simple Ticker Graph
github.com/donatj/TickerGraph
donatj/TickerGraph
ticker-graph
/
tsconfig.json
12 lines
•
258 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"declaration"
:
true
,
"alwaysStrict"
:
true
,
"target"
:
"es3"
,
"noImplicitAny"
:
true
,
"strictNullChecks"
:
true
,
"sourceMap"
:
true
,
"strict"
:
true
,
"outDir"
:
"lib"
}
}