Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Evgenus/8ae804b851550f7caa34 to your computer and use it in GitHub Desktop.
Save Evgenus/8ae804b851550f7caa34 to your computer and use it in GitHub Desktop.
                       |  NTVS  |  TSLS

---------------------------|--------|--------- Show compiler command line | + | - Specify building options | - | + Wraps npm | + | - Generate AMD | - | + Generate CJS | + | + Use node_modules | + | -
Clean sollution [1] | + | - Valid import system [2] | + | - Compile in tempdir [3] | - | +

[1]: Pollute project/solution with dll's and other server-side debug crap
[2]: Never tries to load local module as builtin
[3]: NTVS always creates *.js files near *.ts to allow intellisence.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment