UNPKG
@cachemap/core
Version:
latest (5.3.2)
unstable-12345 (5.3.3-unstable-12345.4)
5.3.3-unstable-12345.4
5.3.3-unstable-12345.3
5.3.3-unstable-12345.2
5.3.3-unstable-12345.1
5.3.3-unstable-12345.0
5.3.2
5.3.1
5.3.0
5.2.11
5.2.10
5.2.9
5.2.8
5.2.7
5.2.6
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.0
5.0.9
5.0.8
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.4
4.0.3
4.0.2
4.0.1
4.0.0
3.2.1
3.2.0
3.1.5
3.1.4
3.1.3
3.0.2
3.0.1
3.0.0
2.0.0
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.4
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
The Cachemap core module.
github.com/badbatch/cachemap
badbatch/cachemap
@cachemap/core
/
tsconfig.json
20 lines
•
295 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ "extends": [
"@repodog/ts-config/index.json"
,
"@repodog/ts-config/build.json"
],
"include"
: [
"src/**/*"
],
"references"
: [ { "
path
":
"../controller"
}, { "
path
":
"../map"
}, { "
path
":
"../types"
}, { "
path
":
"../utils"
} ] }