moved rrweb into packages/rrweb

This commit is contained in:
Mark-fenng
2026-04-01 12:00:00 +08:00
parent e7b8631992
commit f6aafb70e1
102 changed files with 1676 additions and 401 deletions

View File

@@ -1,22 +0,0 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ES5",
"noImplicitAny": true,
"strictNullChecks": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"rootDir": "src",
"outDir": "build",
"lib": ["es6", "dom"],
"downlevelIteration": true
},
"compileOnSave": true,
"exclude": ["test"],
"include": [
"src",
"test.d.ts",
"node_modules/@types/css-font-loading-module/index.d.ts"
]
}