Skip to content

Instantly share code, notes, and snippets.

@mseemann
Created January 6, 2022 15:50
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 mseemann/37f27577313918b40a844f844171294e to your computer and use it in GitHub Desktop.
Save mseemann/37f27577313918b40a844f844171294e to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"lib": ["ES2018", "DOM"],
"module": "CommonJS",
"moduleResolution": "node",
"strict": true,
"target": "ES2018",
"sourceMap": true,
"esModuleInterop": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment