UNPKG
@dsmrt/axiom-aws-sdk
Version:
latest (1.0.0)
1.0.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.11
0.0.10
0.0.9
0.0.8
0.0.8-alpha.0
0.0.5
0.0.5-0
0.0.4
0.0.3
0.0.2
0.0.1
AWS sdk library for working with axiom cli
github.com/dsmrt/axiom
dsmrt/axiom
@dsmrt/axiom-aws-sdk
/
tsconfig.json
13 lines
(12 loc)
•
252 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es2022"
,
"module"
:
"commonjs"
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
,
"noEmit"
:
true
}
,
"include"
:
[
"src/index.ts"
]
}