-
-
Save dominik-korsa/5888e24c196e50fa673154e030cf11ce to your computer and use it in GitHub Desktop.
My tsconfig.json for cheerio PR
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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