DefinitelyTyped/types/camunda-external-task-client-js/tsconfig.json
Maciek Stasiełuk 221b638fa2 Add types for camunda-external-task-client-js (#39128)
* Add typings for camunda-external-task-client-js

* Apply PR remarks

* Refactor to top-level declarations
2019-10-17 15:39:58 -07:00

24 lines
512 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",
"camunda-external-task-client-js-tests.ts"
]
}