MCPcopy
hub / github.com/sveltejs/kit / config_relative

Function config_relative

packages/kit/src/core/sync/write_tsconfig.js:56–56  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

54export function get_tsconfig(kit) {
55 /** @param {string} file */
56 const config_relative = (file) => posixify(path.relative(kit.outDir, file));
57
58 const include = new Set([
59 'ambient.d.ts', // careful: changing this name would be a breaking change, because it's referenced in the service-workers documentation

Callers 2

get_tsconfigFunction · 0.85
get_tsconfig_pathsFunction · 0.85

Calls 1

posixifyFunction · 0.90

Tested by

no test coverage detected