MCPcopy Create free account
hub / github.com/avajs/typescript / compileTypeScript

Function compileTypeScript

index.js:39–41  ·  view source on GitHub ↗
(projectDirectory)

Source from the content-addressed store, hash-verified

37}
38
39async function compileTypeScript(projectDirectory) {
40 return execa({preferLocal: true, cwd: projectDirectory})`tsc --incremental`;
41}
42
43const configProperties = {
44 compile: {

Callers 1

compileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected