mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-22 20:37:58 +08:00
React input mask (#14068)
* add react mask input * tsx do not work * regenerate with command line * tsx in tsconfig * maskChar accept null * lint
This commit is contained in:
committed by
Mohamed Hegazy
parent
cd116a2d29
commit
c4e848741d
21
react-input-mask/tsconfig.json
Normal file
21
react-input-mask/tsconfig.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"jsx": "react",
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": true,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": [
|
||||
"../"
|
||||
],
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"react-input-mask-tests.tsx"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user