* Chore: Add move most types from rrweb to @rrweb/types package * Split off type imports * Split off type import to its own line * Get vite to generate type definitions * Apply formatting changes * noEmit not allowed in tsconfig, moved it to build step * Align version of @rrweb/types with main rrweb package Based on @mark-fenng's comments https://github.com/rrweb-io/rrweb/pull/1031/files#r1002298176 * Move up keywords
40 lines
793 B
Plaintext
40 lines
793 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": " rrweb monorepo", // added a space to bump it to the top
|
|
"path": ".."
|
|
},
|
|
{
|
|
"name": "rrdom (package)",
|
|
"path": "../packages/rrdom"
|
|
},
|
|
{
|
|
"name": "rrdom-nodejs (package)",
|
|
"path": "../packages/rrdom-nodejs"
|
|
},
|
|
{
|
|
"name": "rrweb (package)",
|
|
"path": "../packages/rrweb"
|
|
},
|
|
{
|
|
"name": "rrweb-player (package)",
|
|
"path": "../packages/rrweb-player"
|
|
},
|
|
{
|
|
"name": "rrweb-snapshot (package)",
|
|
"path": "../packages/rrweb-snapshot"
|
|
},
|
|
{
|
|
"name": "@rrweb/types",
|
|
"path": "../packages/types"
|
|
}
|
|
],
|
|
"settings": {
|
|
"jest.disabledWorkspaceFolders": [
|
|
" rrweb monorepo",
|
|
"rrweb-player (package)",
|
|
"@rrweb/types"
|
|
]
|
|
}
|
|
}
|