UNPKG
@mia-burton/klarna-node
Version:
beta (0.0.1-beta.12)
latest (1.0.4)
rc (1.0.0-rc1)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-rc1
0.0.1-beta.12
0.0.1-beta.11
0.0.1-beta.10
0.0.1-beta.9
0.0.1-beta.8
0.0.1-beta.7
0.0.1-beta.6
0.0.1-beta.4
0.0.1-beta.3
0.0.1-beta.2
0.0.1-beta.1
A Node.js module for Klarna
github.com/mia-burton/slarna-node
mia-burton/klarna-node
@mia-burton/klarna-node
/
tsconfig.json
13 lines
•
236 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"lib"
:
[
"es6"
]
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"allowJs"
:
true
,
"noImplicitAny"
:
true
}
,
"exclude"
:
[
"test"
]
}