DefinitelyTyped/types/node-zendesk/tsconfig.json
jgeth d225b60c6d Adds type definitions for 'node-zendesk' (#36416)
* Adds type definitions for 'node-zendesk'

Adds type definitions and tests
Adds tsconfig and tslint config

* Updates per review (@ckknight)

Adds stub client classes (unknown)
Fills in additional methods on defined classes
Updates tests
Replaces enums with type aliases consisting of unions of literals

* Remove inadvertent vscode auto-insertion
2019-07-03 09:44:47 -07:00

24 lines
493 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",
"node-zendesk-tests.ts"
]
}