Skip to content

Instantly share code, notes, and snippets.

@dominik-korsa
Created January 17, 2021 18:22
Show Gist options
  • Save dominik-korsa/5888e24c196e50fa673154e030cf11ce to your computer and use it in GitHub Desktop.
Save dominik-korsa/5888e24c196e50fa673154e030cf11ce to your computer and use it in GitHub Desktop.
My tsconfig.json for cheerio PR
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"sourceMap": true,
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"types": [
"node",
"jest"
],
"lib": [
"es2019"
]
},
"include": [
"src"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment