Skip to content

Instantly share code, notes, and snippets.

@methodbox
Created July 23, 2019 00:15
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 methodbox/2c4e3e9798fbb999fb60eed1d71f08ce to your computer and use it in GitHub Desktop.
Save methodbox/2c4e3e9798fbb999fb60eed1d71f08ce to your computer and use it in GitHub Desktop.
ts - part 2 - example 1
{
"compilerOptions": {
"lib": ["es6"],
"target": "es6",
"module": "commonjs",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"forceConsistentCasingInFileNames": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment