mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add typings for cleave.js Add typings for cleave.js and <Cleave> react component. * Fix lint errors * fixup! Fix lint errors * fixup! Fix lint errors
28 lines
586 B
JSON
28 lines
586 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.d.ts",
|
|
"react/index.d.ts"
|
|
]
|
|
}
|