UNPKG
@drozdik.m/lerp
Version:
latest (1.0.1)
1.0.1
1.0.0
Collection of lerp functions.
github.com/drozdik-m/js-alpha-library
drozdik-m/js-alpha-library
@drozdik.m/lerp
/
tsconfig.json
20 lines
(14 loc)
•
321 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"compileOnSave"
:
true
,
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"noImplicitAny"
:
true
,
"removeComments"
:
false
,
"preserveConstEnums"
:
true
,
"sourceMap"
:
false
,
"noImplicitUseStrict"
:
true
,
"outDir"
:
"dist/"
,
"declaration"
:
true
,
"jsx"
:
"react"
}
}