Skip to content

Instantly share code, notes, and snippets.

@cybercris
Created June 7, 2022 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cybercris/1cb20bfdd5f3b85f1bf91f707c8e5e0e to your computer and use it in GitHub Desktop.
Save cybercris/1cb20bfdd5f3b85f1bf91f707c8e5e0e to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": true,
"jsx": "react-jsx",
"noEmit": true,
"strict": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment