UNPKG
vn-units
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A package helps get all VietNam administrative units
github.com/bravo680git/vn-units
vn-units
/
tsconfig.json
11 lines
(10 loc)
•
166 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"outDir"
:
"dist"
,
"module"
:
"CommonJS"
,
"target"
:
"ES6"
,
"declaration"
:
true
,
"strict"
:
true
}
,
"include"
:
[
"src"
]
}