moved rrweb-player into packages/rrweb-player

This commit is contained in:
Mark-fenng
2021-07-22 18:09:32 +08:00
parent 66e90f51f7
commit 407c09ed37
16 changed files with 0 additions and 1524 deletions

View File

@@ -0,0 +1,5 @@
{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"],
}