{ "extends": "../../tsconfig.base.json", "include": ["src"], "compilerOptions": { "rootDir": "src", "tsBuildInfoFile": "./tsconfig.tsbuildinfo" }, "references": [ { "path": "../types" }, { "path": "../packer" }, { "path": "../rrweb" } ] }