Skip to content

Instantly share code, notes, and snippets.

@toruticas
Created June 29, 2020 17:08
Show Gist options
  • Save toruticas/3d6880857c8f09a89645682f1800fdc6 to your computer and use it in GitHub Desktop.
Save toruticas/3d6880857c8f09a89645682f1800fdc6 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"baseUrl": "src/",
"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",
"esModuleInterop": true
},
"include": [
"src"
],
"exclude": [
"**/*.test.ts",
"**/*.test.tsx"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment