Skip to content

Instantly share code, notes, and snippets.

@lydell
Created February 15, 2022 16:54
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 lydell/d08445610f8f316d55fd57b7785079b1 to your computer and use it in GitHub Desktop.
Save lydell/d08445610f8f316d55fd57b7785079b1 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"module": "CommonJS",
"moduleResolution": "node",
"noEmit": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noUncheckedIndexedAccess": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2019",
"useUnknownInCatchVariables": true,
"lib": [
"ES2019",
"DOM",
"DOM.Iterable"
],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment