speech-recognition-aws-polyfill
Version:
Polyfill for the SpeechRecognition browser API using AWS Transcribe
32 lines (27 loc) • 620 B
JSON
{
"compilerOptions": {
"outDir": "./dist",
"target": "es5",
"declaration": true,
"stripInternal": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"allowJs": true,
"moduleResolution": "node",
"baseUrl": ".",
"sourceRoot": ".",
"sourceMap": true,
"esModuleInterop": true,
"strictNullChecks": true,
"allowSyntheticDefaultImports": true,
"strictPropertyInitialization": false,
"forceConsistentCasingInFileNames": true
},
"include": [
"src",
"test"
]
}