Skip to content

Instantly share code, notes, and snippets.

@alexmochu
Created July 21, 2020 19:37
Show Gist options
  • Save alexmochu/1d5ce1a86a075012772c4bd96860b19d to your computer and use it in GitHub Desktop.
Save alexmochu/1d5ce1a86a075012772c4bd96860b19d to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
},
"include": [
"src"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment