We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
868bdac
07ea9f6
8111203
ba23964
4043d12
0afdeda
export function generate (filenames: string[], configPath: string): Promise<never>
export function watch (dirs: string[], configPath: string): void
2eda001
Expose generate and watch function as JavaScript API.
generate
watch
function generate (filenames: string[], options: ts.CompilerOptions): Promise<never>
function watch (dirs: string[], compilerOptions: ts.CompilerOptions = {}): chokidar.FSWatcher
374565b
--watch
-w
72e522e
eb89d1c