Skip to content

Instantly share code, notes, and snippets.

@hericke47
Created September 12, 2020 13:29
Show Gist options
  • Save hericke47/a0f07112547f81f82f948db8cd6117e0 to your computer and use it in GitHub Desktop.
Save hericke47/a0f07112547f81f82f948db8cd6117e0 to your computer and use it in GitHub Desktop.
TsConfig
{
"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"],
"files": ["src/styles/styled.d.ts"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment