Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 215 Bytes

notes.md

File metadata and controls

9 lines (7 loc) · 215 Bytes
  • Use yarn workspaces

    • yarn set version stable
    • yarn --version
    • yarn plugin import workspace-tools
    • yarn
  • tsconfig.json in root directory.

    • composite: true to speed up compilation times.