Complete basic rewrite
This commit is contained in:
9
packages/ffmpeg/tsconfig.esm.json
Normal file
9
packages/ffmpeg/tsconfig.esm.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
"declaration": true,
|
||||
"outDir": "./dist/esm",
|
||||
"target": "esnext"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user