Skip to content

Instantly share code, notes, and snippets.

@Sammuel09
Created January 15, 2021 07:19
Show Gist options
  • Save Sammuel09/61493ceda2ada764396bb732c93464ae to your computer and use it in GitHub Desktop.
Save Sammuel09/61493ceda2ada764396bb732c93464ae to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"allowJs": true,
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"declaration": true,
"skipLibCheck": true,
"lib": ["esnext", "dom", "dom.iterable", "scripthost"],
"types": ["node", "jest", "webpack-env"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment