puppeteer/tsconfig.json

17 lines
289 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"outDir": "./lib",
"target": "ESNext",
"moduleResolution": "node",
"module": "CommonJS",
"declaration": true,
"declarationMap": true,
"esModuleInterop": true
},
"include": [
"src"
]
}