Skip to content

Instantly share code, notes, and snippets.

@avesus
Created July 7, 2016 07:25
Show Gist options
  • Save avesus/f2b4fd15ac561a7a99123e089e16edf9 to your computer and use it in GitHub Desktop.
Save avesus/f2b4fd15ac561a7a99123e089e16edf9 to your computer and use it in GitHub Desktop.
TypeScript and Babel command lines
tsc --watch --isolatedModules --pretty --skipDefaultLibCheck --listFiles --target es5 --moduleResolution node --module commonjs --inlineSourceMap --inlineSources --noResolve --jsx react --removeComments --strictNullChecks --project . --outDir . --rootDir src
babel --watch --source-maps inline --ignore "*.d.ts" --extensions ".js",".jsx" src --out-dir . --minified --compact --no-comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment