UNPKG
smarteta
Version:
latest (5.3.1)
5.3.1
5.2.1
5.1.1
4.0.1
4.0.0
3.6.5
3.4.5
3.3.5
3.3.3
2.2.0
1.2.0
1.1.0
1.0.0
Smart urban ETA estimator based on time, distance, vehicle type and real-world corrections
smarteta
/
tsconfig.json
12 lines
(11 loc)
•
209 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"ES2017"
,
"module"
:
"CommonJS"
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
}
,
"include"
:
[
"src"
]
}