Skip to content

Instantly share code, notes, and snippets.

@markmur
Created January 14, 2020 13:12
Show Gist options
  • Save markmur/1cbf34242bc928ca09834608f06747d0 to your computer and use it in GitHub Desktop.
Save markmur/1cbf34242bc928ca09834608f06747d0 to your computer and use it in GitHub Desktop.
TSConfig
{
"compilerOptions": {
/* Basic Options */
"target": "es5",
"module": "commonjs",
"lib": ["es2015"],
/* Strict Type-Checking Options */
"strict": true,
"typeRoots": [
"node_modules/@types",
"@types"
],
/* Module Resolution Options */
"esModuleInterop": true,
/* Advanced Options */
"forceConsistentCasingInFileNames": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment