Files
DefinitelyTyped/types/duckduckgo-images-api/tsconfig.json
Bart Duisters dc8a044062 Add typings for duckduckgo-images-api (#36803)
* Add typings for duckduckgo-images-api

* Fix linting issues

* Code Review comments solved

* Code Review comments solved
2019-07-11 13:58:02 -07:00

23 lines
501 B
JSON

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