We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Every now and then I pick up tsc and the following type of thing happens:
$ tsc --module=commonjs ./foo.ts error TS5023: Unknown compiler option 'module=commonjs'. $ # arrgh! $ tsc --module commonjs ./foo.ts $