Skip to content

Instantly share code, notes, and snippets.

@edsu
Created December 8, 2021 15:58
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 edsu/5cb3a92565c44402f35e5e49439511b6 to your computer and use it in GitHub Desktop.
Save edsu/5cb3a92565c44402f35e5e49439511b6 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment