UNPKG
@fjell/lib
Version:
latest (4.4.89)
4.4.89
4.4.88
4.4.86
4.4.85
4.4.84
4.4.83
4.4.82
4.4.81
4.4.80
4.4.79
4.4.78
4.4.77
4.4.76
4.4.75
4.4.74
4.4.73
4.4.72
4.4.70
4.4.69
4.4.68
4.4.67
4.4.66
4.4.65
4.4.64
4.4.63
4.4.62
4.4.61
4.4.60
4.4.59
4.4.58
4.4.57
4.4.56
4.4.55
4.4.54
4.4.53
4.4.52
4.4.51
4.4.50
4.4.49
4.4.47
4.4.46
4.4.45
4.4.44
4.4.43
4.4.42
4.4.41
4.4.40
4.4.39
4.4.38
4.4.37
4.4.36
4.4.35
4.4.34
4.4.33
4.4.31
4.4.30
4.4.29
4.4.28
4.4.27
4.4.26
4.4.25
4.4.24
4.4.23
4.4.22
4.4.21
4.4.20
4.4.19
4.4.18
4.4.17
4.4.16
4.4.15
4.4.14
4.4.13
4.4.12
4.4.11
4.4.10
4.4.8
4.4.7
4.4.6
4.4.5
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.3.8
4.3.7
4.3.6
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.1.26
Server-side Library for Fjell
github.com/getfjell/lib
getfjell/lib
@fjell/lib
/
tsconfig.declarations.json
14 lines
(13 loc)
•
238 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"declaration"
:
true
,
"emitDeclarationOnly"
:
true
,
"outDir"
:
"dist"
,
"skipLibCheck"
:
true
,
"isolatedModules"
:
false
}
,
"include"
:
[
"./src/**/*.ts"
]
}