kokoro-tts / kokoro.js /tsconfig.json
Jonasjeplin2060's picture
cloned git repo of original project
321384c
{
"include": ["src/**/*"],
"compilerOptions": {
"checkJs": true,
"target": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"outDir": "types",
"strict": false,
"skipLibCheck": true,
"declaration": true,
"declarationMap": true,
"noEmit": false,
"emitDeclarationOnly": true
}
}