UNPKG
mask-utils-ccg
Version:
latest (4.2.0)
4.2.0
4.0.0
3.0.0
2.0.0
Biblioteca de máscaras para CPF, CNPJ, Telefone e CEP
mask-utils-ccg
/
tsconfig.json
14 lines
(13 loc)
•
296 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"outDir"
:
"dist"
,
"module"
:
"CommonJS"
,
"target"
:
"ES6"
,
"declaration"
:
true
,
"sourceMap"
:
true
,
"strict"
:
true
,
"esModuleInterop"
:
true
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}