UNPKG
@drozdik.m/slow-scroll
Version:
latest (1.1.1)
1.1.1
1.1.0
Slow scroll handling
github.com/drozdik-m/js-alpha-library
drozdik-m/js-alpha-library
@drozdik.m/slow-scroll
/
tsconfig.json
19 lines
(13 loc)
•
300 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"compileOnSave"
:
true
,
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"noImplicitAny"
:
true
,
"removeComments"
:
false
,
"preserveConstEnums"
:
true
,
"sourceMap"
:
false
,
"noImplicitUseStrict"
:
true
,
"outDir"
:
"dist/"
,
"declaration"
:
true
}
}