UNPKG
@cocolocala/airport-tz-ts
Version:
latest (1.1.0)
1.1.0
1.0.2-alpha3
1.0.2-alpha2
1.0.2-alpha1
Get airport timezone, offset and location by airport code.
@cocolocala/airport-tz-ts
/
tsconfig.eslint.json
17 lines
(16 loc)
•
240 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"extends"
:
"./tsconfig.json"
,
"includes"
:
[
"src/**/*.ts"
,
"src/airport-list.json"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
,
"__tests__"
]
,
"compilerOptions"
:
{
"allowJs"
:
true
,
"checkJs"
:
true
}
}