mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add types for react-pdf * [react-pdf] enable strictNullChecks and remove Function types
30 lines
687 B
JSON
30 lines
687 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "react"
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"dist/Document.d.ts",
|
|
"dist/Outline.d.ts",
|
|
"dist/Page.d.ts",
|
|
"dist/entry.parcel.d.ts",
|
|
"dist/entry.webpack.d.ts",
|
|
"react-pdf-tests.tsx"
|
|
]
|
|
} |