dillon1000/react

Commit

Fix `yarn dev` to run tsc watch mode

The `--watch` argument forwarding wasn't working anymore because `yarn build` 
doesn't have the `tsc` command at the end anymore. There's maybe something that 
can be done to forward the watch argument, just call `tsc --watch` directly.
Browse files
Changed paths1 file
First-parent comparison
M compiler/forget/package.json Modified
Patch

Files changed

Rendering syntax-highlighted changes…