包详细信息

@virmator/compile

electrovir1.6k(MIT or CC0 1.0)13.15.5

Default TS compile plugin for virmator.

virmator, typescript, compile

自述文件

@virmator/compile

A default plugin for virmator.

Available commands

  • compile

    Type checks TypeScript files and compiles them into JS outputs using the TypeScript compiler. Any extra args are passed directly to tsc.

    Automatically compiles a mono-repo's sub packages in the correct order if called from a mono-repo root.

    • Examples
      • virmator compile
      • With tsc flags: virmator compile --noEmit
    • Configs
      • tsconfig.json
      • configs/tsconfig.base.json
    • Deps