Skip to content

Instantly share code, notes, and snippets.

@nirsky
Created March 17, 2021 16:02
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 nirsky/71c24f908f5e1f7ac816802b1d00b544 to your computer and use it in GitHub Desktop.
Save nirsky/71c24f908f5e1f7ac816802b1d00b544 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"target": "ES2017",
"lib": ["ES2019"],
"rootDir": "src",
"outDir": "dist",
"declaration": false,
"sourceMap": false,
"inlineSources": false,
"types": ["node"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment