11 lines
209 B
JSON
11 lines
209 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"emitDeclarationOnly": true,
|
|
"outFile": "dist/umd/ffmpeg.d.ts"
|
|
}
|
|
}
|