puppeteer/tsconfig.json

12 lines
146 B
JSON

{
"compilerOptions": {
"noEmit": true,
"allowJs": true,
"checkJs": true,
"target": "ESNext"
},
"include": [
"lib"
]
}