Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
async
function
compileTypeScript(projectDirectory) {
40
return
execa({preferLocal: true, cwd: projectDirectory})`tsc --incremental`;
41
}
42
43
const
configProperties = {
44
compile: {
Callers
1
compile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected