mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* feat: add typings for react-messenger-checkbox * fix(type-definition): major.minor version * fix(lint): type definition * fix(lint): rules * fix(type): delete default export * fix(type): export * fix(tsconfig): strictNullChecks set to true
19 lines
497 B
JSON
19 lines
497 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"module": "commonjs",
|
|
"lib": ["es6"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "react"
|
|
},
|
|
"files": ["index.d.ts", "react-messenger-checkbox-tests.tsx"]
|
|
}
|