https://github.com/Microsoft/TypeScript
Raw File
Tip revision: be939452d269dbb624c046993385dda37617ed76 authored by Nathan Shively-Sanders on 02 August 2022, 21:59:59 UTC
restrict check to es modules
Tip revision: be93945
tsserver
#!/usr/bin/env node
require('../lib/tsserver.js')
back to top