UNPKG
@cachemap/controller
Version:
latest (5.3.0)
5.3.0
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.0
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.3
4.0.2
4.0.1
4.0.0
3.2.0
The Cachemap controller module.
github.com/badbatch/cachemap
badbatch/cachemap
@cachemap/controller
/
tsconfig.build.json
11 lines
(10 loc)
•
154 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"dist/types/esm"
,
"rootDir"
:
"src"
}
,
"exclude"
:
[
"**/*.test.*"
]
}