Files
DefinitelyTyped/types/alexa-voice-service/tsconfig.json
Dolan a3b3d28132 New Typings: Alexa voice service (#16562)
* Added new typings

* Added more methods

* Followed @aluanhaddad's advice on UMD style

* Fixed linting errors
2017-06-01 10:28:10 -07:00

22 lines
462 B
JSON

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