UNPKG
@sandfox/arn
Version:
latest (2.1.0)
2.1.0
2.0.0
Parser for Amazon Resource Name strings
github.com/sandfox/aws-arn-parser
sandfox/aws-arn-parser
@sandfox/arn
/
types
/
tsconfig.json
14 lines
(13 loc)
•
318 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"baseUrl"
:
"."
,
"lib"
:
[
"dom"
,
"es2015"
]
,
"noEmit"
:
true
,
"noImplicitAny"
:
true
,
"noImplicitThis"
:
true
,
"paths"
:
{
"@sandfox/arn"
:
[
"."
]
}
,
"strict"
:
true
,
"strictNullChecks"
:
true
,
"strictFunctionTypes"
:
true
}
}