DefinitelyTyped/react-input-mask/tsconfig.json
Alexandre Paré c4e848741d React input mask (#14068)
* add react mask input

* tsx do not work

* regenerate with command line

* tsx in tsconfig

* maskChar accept null

* lint
2017-01-17 12:09:25 -08:00

22 lines
464 B
JSON

{
"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"
]
}