sofya.transcription
Version:
a JavaScript library that provides a robust and flexible solution for real-time audio transcription. It is designed to transcribe audio streams and can be easily integrated into web applications.
22 lines (21 loc) • 378 B
JSON
{
"compilerOptions": {
"esModuleInterop": true,
"declaration": true,
"declarationMap": true,
"outDir": "./dist",
"rootDir": "./src",
"module": "commonjs",
"target": "es5",
"sourceMap": true,
"noEmitOnError": true,
"strict": true,
"skipLibCheck": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules"
]
}