Skip to content

Instantly share code, notes, and snippets.

@WoolDoughnut310
Created October 28, 2022 14:48
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 WoolDoughnut310/c815b0aa8eb05df60da8cdcc730845ec to your computer and use it in GitHub Desktop.
Save WoolDoughnut310/c815b0aa8eb05df60da8cdcc730845ec to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"target": "es6",
"moduleResolution": "node",
"sourceMap": true,
"outDir": "dist",
"skipLibCheck": true
},
"lib": ["es2015"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment