UNPKG
@freedomds/shared-pagination
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
FDS-Shared - Helper types for grid pagination, sorting and filtering
@freedomds/shared-pagination
/
tsconfig.json
17 lines
•
286 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
:
{
"noImplicitAny"
:
true
,
"module"
:
"commonjs"
,
"target"
:
"ES5"
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"sourceMap"
:
true
,
"declaration"
:
true
}
,
"files"
:
[
"index.ts"
]
,
"exclude"
:
[
"node_modules"
]
}