Skip to content

Instantly share code, notes, and snippets.

@wongjiahau
Created April 23, 2018 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wongjiahau/a3d7efcfc85bba49fb4f44d5333b7dbf to your computer and use it in GitHub Desktop.
Save wongjiahau/a3d7efcfc85bba49fb4f44d5333b7dbf to your computer and use it in GitHub Desktop.
git init
npm init
mkdir ts
cd ts
tsc --init
tslint --init
touch app.ts
cd ..
mkdir js
echo "/js/**\n/node_modules/**" > .gitignore
## Open tsconfig.json
## Change the following things:
## Change outdir to "../js"
## Enable all Strict Type-Checking option
## Enable additional check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment