Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ts-essentials/ts-essentials
/ update-test-tsconfig.js
File
update-test-tsconfig.js
scripts/update-test-tsconfig.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// @ts-check
2
const
fs = require(
"fs/promises"
);
3
const
semver = require(
"semver"
);
4
const
{ findTsVersion } = require(
"./find-ts-version"
);
Callers
nothing calls this directly
Calls
2
findTsVersion
Function · 0.85
updateTsConfig
Function · 0.85
Tested by
no test coverage detected