microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
bd60b0a68bb23817a01ab4aef22170c18abd81ed

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 });