Improve development tooling (#1516)
- Running `yarn build` in a `packages/*/` directory will trigger build of all dependencies too, and cache them if possible. - Fix for `yarn dev` breaking for `rrweb` package whenever changing files in `rrweb` package - Update typescript, turbo, vite and vite-plugin-dts - Require `workspaces-to-typescript-project-references` from `prepublish`
This commit is contained in:
@@ -12,8 +12,8 @@ import {
|
||||
BaseRRNode,
|
||||
BaseRRText,
|
||||
ClassList,
|
||||
IRRDocument,
|
||||
CSSStyleDeclaration,
|
||||
type IRRDocument,
|
||||
type CSSStyleDeclaration,
|
||||
} from 'rrdom';
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-var-requires
|
||||
const nwsapi = require('nwsapi');
|
||||
|
||||
Reference in New Issue
Block a user