UNPKG
@specprotected/spec-proxy-akamai-worker
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Akamai EdgeWorker library to facilitate communication with the Spec Proxy product.
specprotected.com
@specprotected/spec-proxy-akamai-worker
/
tsconfig.json
18 lines
(17 loc)
•
316 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"declaration"
:
true
,
"module"
:
"es6"
,
"target"
:
"es6"
,
"noImplicitAny"
:
true
,
"outDir"
:
"dist"
,
"rootDir"
:
"."
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"sourceMap"
:
false
,
"typeRoots"
:
[
"./node_modules/@types"
]
}
,
"files"
:
[
"index.ts"
]
}