Files
rrweb/packages/record/tsconfig.json
Paul D'Ambra 88ea2d05c1 fix: move patch function into utils to improve bundling (#1631)
* fix: move patch function into utils to improve bundling

---------

Co-authored-by: pauldambra <pauldambra@users.noreply.github.com>
Co-authored-by: Justin Halsall <Juice10@users.noreply.github.com>
2025-02-06 16:10:50 +01:00

20 lines
300 B
JSON

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