microsoft/typespec

Public

mirrored fromhttps://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
379a0aec4451d65f7126f9292fc7a6d627c68508

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

eng/scripts/watch.js

2lines · modecode

1import { repoRoot, run, tsc } from "./helpers.js";
2run(tsc, ["--build", "--watch"], { cwd: repoRoot, sync: false });