Complete basic rewrite
This commit is contained in:
10
packages/ffmpeg/tsconfig.d.json
Normal file
10
packages/ffmpeg/tsconfig.d.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"outFile": "dist/umd/ffmpeg.d.ts"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user