UNPKG
fast-time-input
Version:
latest (0.1.10-beta)
0.1.10-beta
0.1.9-beta
0.1.8-beta
0.1.7-alpha
0.1.6-alpha
0.1.5-alpha
0.1.4-alpha
0.1.3-alpha
0.1.2-alpha
0.1.1-alpha
0.1.0-alpha
Time input shortcuts
github.com/njbrown/fast-time-input
njbrown/fast-time-input
fast-time-input
/
tsconfig.json
18 lines
•
325 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"lib"
:
[
"es2015"
,
"dom"
]
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"sourceMap"
:
true
}
,
"exclude"
:
[
"node_modules"
,
"dist"
,
"**/*.spec.ts"
]
,
"include"
:
[
"src/**/*"
]
}