Skip to content

Instantly share code, notes, and snippets.

@dlaub3
Created November 26, 2021 11:11
Show Gist options
  • Save dlaub3/65ed62949c6aeb1da67654c207591ac0 to your computer and use it in GitHub Desktop.
Save dlaub3/65ed62949c6aeb1da67654c207591ac0 to your computer and use it in GitHub Desktop.
tsconfig-codesandbox-react
{
"compilerOptions": {
"target": "es6",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": [
"src"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment