UNPKG
@iocium/cachekit
Version:
latest (1.1.0)
1.1.0
1.0.1
A pluggable, backend-agnostic caching adapter for Node.js and serverless platforms
@iocium/cachekit
/
tsconfig.json
14 lines
•
309 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"ES2021"
,
"module"
:
"ESNext"
,
"lib"
:
[
"ES2021"
,
"DOM"
]
,
"outDir"
:
"dist"
,
"moduleResolution"
:
"node"
,
"strict"
:
true
,
"declaration"
:
true
,
"esModuleInterop"
:
true
,
"types"
:
[
"@cloudflare/workers-types"
,
"jest"
]
}
,
"include"
:
[
"src"
]
}