UNPKG
masked-input-utils-ts
Version:
latest (1.0.0)
1.0.0
Reusable masking utility for PAN, Aadhar, CVV, Mobile Numbers, Email with TypeScript support
masked-input-utils-ts
/
tsconfig.json
14 lines
(13 loc)
•
269 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"ES6"
,
"module"
:
"commonjs"
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"declaration"
:
true
}
,
"include"
:
[
"src"
]
}