DefinitelyTyped/types/amazon-connect-streams/tsconfig.json
Andy Hopper ac3f9f5cf9 Added amazon-connect-streams from v1.3 (#35752)
* Added amazon-connect-streams from v1.3

* Updated Project header to URL for Amazon Connect Streams

* Set strictNullChecks to 'true'
2019-05-31 12:54:22 -07:00

25 lines
522 B
JSON

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