diff options
Diffstat (limited to 'packages/ffmpeg/tsconfig.json')
-rw-r--r-- | packages/ffmpeg/tsconfig.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/ffmpeg/tsconfig.json b/packages/ffmpeg/tsconfig.json new file mode 100644 index 000000000..c8aeb3c14 --- /dev/null +++ b/packages/ffmpeg/tsconfig.json | |||
@@ -0,0 +1,12 @@ | |||
1 | { | ||
2 | "extends": "../../tsconfig.base.json", | ||
3 | "compilerOptions": { | ||
4 | "outDir": "./dist", | ||
5 | "rootDir": "src", | ||
6 | "tsBuildInfoFile": "./dist/.tsbuildinfo" | ||
7 | }, | ||
8 | "references": [ | ||
9 | { "path": "../models" }, | ||
10 | { "path": "../core-utils" } | ||
11 | ] | ||
12 | } | ||