MCPcopy
hub / github.com/google/gts / TSConfig

Interface TSConfig

src/clean.ts:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21import {getTSConfig} from './util';
22
23interface TSConfig {
24 compilerOptions: ts.CompilerOptions;
25}
26
27/**
28 * Remove files generated by the build.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…