UNPKG
@aregnet/iban-val
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
IBAN validation package
github.com/aregnet/iban-val
aregnet/iban-val
@aregnet/iban-val
/
tsconfig.json
13 lines
(12 loc)
•
260 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"esnext"
,
"module"
:
"commonjs"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"rootDir"
:
"./src/"
,
}
,
"include"
:
[
"./src/**/*.ts"
]
,
}