aboutsummaryrefslogblamecommitdiffhomepage
path: root/packages/ffmpeg/tsconfig.json
blob: c8aeb3c14aec17bd8cb5f0e910705c0763f49ce3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                            
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "outDir": "./dist",
    "rootDir": "src",
    "tsBuildInfoFile": "./dist/.tsbuildinfo"
  },
  "references": [
    { "path": "../models" },
    { "path": "../core-utils" }
  ]
}