Skip to content

Instantly share code, notes, and snippets.

@cborac
Created January 22, 2021 16:00
Show Gist options
  • Save cborac/8511e3de93f3ceedb2f1a423c7915ab6 to your computer and use it in GitHub Desktop.
Save cborac/8511e3de93f3ceedb2f1a423c7915ab6 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"target": "es2019",
"types": [
"node"
],
"strict": true,
"moduleResolution": "node",
"declaration": false,
"resolveJsonModule": true,
"removeComments": false,
"esModuleInterop": true,
"alwaysStrict": true,
"pretty": true,
"sourceMap": true,
"outDir": "dist",
"incremental": true,
"noEmitHelpers": true,
"importHelpers": true,
"skipLibCheck": true,
"strictNullChecks": false
},
"include": ["src/**/**.**"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment