UNPKG
taiwan-taxid-validator
Version:
latest (1.0.0)
1.0.0
A validator for Taiwan uniform invoice numbers (統一發票號碼驗證器)
taiwan-taxid-validator
/
tsconfig.json
15 lines
(14 loc)
•
303 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"ES2017"
,
"module"
:
"ESNext"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"moduleResolution"
:
"node"
,
"skipLibCheck"
:
true
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"test"
,
"dist"
,
"node_modules"
]
}