TypeScript compiler.
foobar.ts
into a JavaScript file foobar.js
:
tsc {foobar.ts}
ES3
):
tsc --target {ES5|ES2015|ES2016|ES2017|ES2018|ESNEXT} {foobar.ts}
tsc --outFile {output.js} {input.ts}
.ts
files of a TypeScript project defined in a tsconfig.json
file:
tsc --build {tsconfig.json}
tsc @{args.txt}
tsc --allowJs --checkJs --noEmit {src/**/*.js}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB