DefinitelyTyped/types/pdf-image/tsconfig.json
NickLatkovich 92d1620178
Definitions to "pdf-image" package (#42248)
* Definitions to "pdf-image" package

* Using readonly for array and options in parameters
2020-02-10 10:17:16 -08:00

24 lines
490 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",
"pdf-image-tests.ts"
]
}