https://github.com/Microsoft/TypeScript
Raw File
Tip revision: ce549af8dae68c0fbb83dd7136638dc2dbb61b9e authored by Daniel Rosenwasser on 06 August 2020, 06:46:33 UTC
Lints.
Tip revision: ce549af
tsc
#!/usr/bin/env node
require('../lib/tsc.js')
back to top