DefinitelyTyped/types/react-native-pdf-lib/tsconfig.json
Kevin Brown 388b2e06bd Added types for react-native-pdf-lib (#37314)
* Added types for react-native-pdf-lib.

* Making linter happy with default export.
2019-08-02 16:07:06 -07:00

24 lines
501 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"react-native-pdf-lib-tests.ts"
]
}