Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Last active February 24, 2018 11:18
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 cyrilletuzi/fcc6915c74b2e218eb28ff9a6a325b2a to your computer and use it in GitHub Desktop.
Save cyrilletuzi/fcc6915c74b2e218eb28ff9a6a325b2a to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": true,
"alwaysStrict": true,
"strictFunctionTypes": true // requires TS >= 2.6
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment