DefinitelyTyped/types/cleave.js/tsconfig.json
John Reilly f9a9d0bea8
Expose types for Cleave.js (#27277)
* expose react props

* wrong filename
2018-07-14 09:06:00 +01:00

29 lines
654 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"dom",
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react"
},
"files": [
"cleave.js-tests.tsx",
"index.d.ts",
"options/creditCard.d.ts",
"options/index.d.ts",
"react/index.d.ts",
"react/props.d.ts"
]
}