whisper-speech-to-text
Version:
A JavaScript library enabling in-browser audio recording and transcription using OpenAI's Whisper Speech-to-Text
22 lines (21 loc) • 365 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"lib": [
"ES2016",
"DOM"
]
// Add the "lib" option with "ES2016" and any other required libraries
},
"include": [
"src"
],
"exclude": [
"node_modules"
]
}