UNPKG
@ringmybelle/taxjar
Version:
latest (4.0.2)
4.0.2
TaxJar Sales Tax API for Node
github.com/RingMyBelle/taxjar-node
RingMyBelle/taxjar-node
@ringmybelle/taxjar
/
tsconfig.json
10 lines
(9 loc)
•
147 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
false
}
}