Recompile components whenever their source changes. Same options as compile.
| Argument | Description |
|---|---|
<files...> | TypeScript files to compile. |
| Option | Description |
|---|---|
-p, --project <path> | Path to a tsconfig.json whose options override the defaults. |
-o, --output <path> | Output directory. |
$ banira watch src/my-button.ts -o distPair it with serve for a compile-and-refresh dev loop, or just use dev, which combines the two.