Skip to content

Instantly share code, notes, and snippets.

@cesalberca
Last active December 18, 2020 15:59
Show Gist options
  • Save cesalberca/f4f23f1408f6860d4ba59806148d9c52 to your computer and use it in GitHub Desktop.
Save cesalberca/f4f23f1408f6860d4ba59806148d9c52 to your computer and use it in GitHub Desktop.
TypeScript Strict Options
{
"compilerOptions": {
"strict": true,
"noFallthroughCasesInSwitch": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"forceConsistentCasingInFileNames": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment