DefinitelyTyped/types/image-thumbnail/tsconfig.json
Noam Alffasy f7fb7dfada Added image-thumbnail types (#39086)
* Added image-thumbnail types

* Updated types to use the generator
2019-10-15 13:48:30 -07:00

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