Skip to content

Instantly share code, notes, and snippets.

@drublic
Created August 30, 2019 06:24
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 drublic/ce264fd626c5eb0bb5443e4fbfc9bc4a to your computer and use it in GitHub Desktop.
Save drublic/ce264fd626c5eb0bb5443e4fbfc9bc4a to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"noImplicitAny": false,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment