Skip to content

Instantly share code, notes, and snippets.

@petrosDemetrakopoulos
Created April 25, 2022 10:54
Show Gist options
  • Save petrosDemetrakopoulos/f519e196f6c8521a44384c8feb647937 to your computer and use it in GitHub Desktop.
Save petrosDemetrakopoulos/f519e196f6c8521a44384c8feb647937 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es5",
"types": [
"node",
"jest"
],
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": [
"src/**/*",
"src/*"
, "babel.config.js" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment